fckahhaekajghnlodolbjgihigleednn
Default search extension that captures all your intended search queries when you are offline Have you ever encountered a situation where you needed to look up something important online, only to have your internet connection be weak or unavailable? Connectivity issues shouldn’t interrupt your vital inquiries. How Our Extension Helps 1. Save Offline Queries: Our extension automatically saves all your offline queries in one secure place on your device. 2. Seamless Resumption: Once your connection is restored, you can access your saved queries without missing a beat. How to Use 1. Type the Command: Enter the short command @offline into your browser’s address bar. 2. View Your Queries: All the queries you made while offline will be displayed. 3. Resume Your Browsing: Simply click on the offline queries displayed in the autocomplete area and continue your search. Once the query is clicked on and looked for, it will automatically disappear from your list. To enable full functionality, you must change your default query provider to our domain, powered by Yahoo. For more details, visit: https://offlinesearch.net/
Offline Site Downloader
Save the current site and its assets for offline viewing. List, open, and delete saved copies. Save any webpage and its assets for reliable offline viewing. One click downloads the page HTML plus referenced CSS, JS, images, icons, and fonts into an organized folder that works without an internet connection. One-click save: Click “Save This Site” to capture the current page Works offline: Open the saved index.html anytime, no network needed Organized files: Preserves paths like mods/, fonts/, and groups cross‑origin assets under _ext// Progress overlay: Lightweight status in the page while saving Saved list: See all saved sites in the popup; Open, Show in Finder, Delete, or Clear All How to use 1) Visit a page and click the extension icon 2) Press “Save This Site” 3) Open from the popup or your Downloads folder Privacy Runs entirely on your device; no data leaves your browser Stores a small local index (title, URL, timestamp, folder path) to show your saved list No analytics, tracking, or ads Permissions activeTab, scripting: Read the current tab and show a small progress overlay after you click save downloads, downloads.open: Save files to Downloads and open/reveal them on request storage: Keep the local saved-list index (you can Clear All anytime)
MiniArcade - Offline Games
MiniArcade brings you quick, nostalgic games for short breaks – no internet needed. Take a quick break with simple, nostalgic games—right in your browser. MiniArcade offers a fun offline experience with easy access through the side panel. Whether you're between tasks or just want to relax, enjoy lightweight arcade gameplay with a one-click theme switcher to match your style. ✅ Works completely offline ✅ Fast and lightweight ✅ Opens in side panel ✅ Light/Dark theme toggle Ideal for short breaks without leaving your workflow.
OfflinePass
OfflinePass is a deterministic password manager that turns one Master Key into a unique, secure password for every site — entirely in your browser. No server. No vault. No sync. Lose your device and you can recover every password on a fresh install just by remembering one phrase. ────────────────────────────────────────── THE WHOLE ALGORITHM, ON ONE SCREEN ────────────────────────────────────────── msg = "github.com" + "|" + "you@example.com" + "|2026|0" mac = hmac-sha256(masterKey, msg) password = base58(mac).slice(0, 16) // → 0$87booSaeaKYnhgEq That's it. Three inputs (host, identity, year), one HMAC-SHA256, base58 encoded and truncated to 16 characters. Same Master Key + same site + same identity always produces the same password — on any device, on any version, forever. • No server, ever Every password is computed locally. Open the network tab and watch — there are zero requests after the popup loads. • Nothing to back up No vault, no sync, no database. The only secret is your Master Key, and only you remember it. • Deterministic Forget syncing across devices. Type the same Master Key on a fresh install and you instantly recover every password. • Audit the math, not us HMAC-SHA256 + Base58. ~94 bits of entropy in the truncated output. The whole thing is a few lines of TypeScript you can read in one sitting. Source on GitHub: github.com/sireto/offlinepass • Zero tracking No analytics, no fingerprinting, no telemetry, no cookies you didn't ask for. Apache 2.0 license, free for any use. 1. Click the OfflinePass icon (or press Ctrl/Cmd+Shift+F). 2. Type your Master Key. 3. The current site is filled in automatically; type your username. 4. The 16-character password appears in the result card. Click copy. That's the whole flow. Same site, same identity, same Master Key → the same password every time. ────────────────────────────────────────── OPTIONAL: SAVE YOUR MASTER KEY WITH A PIN ────────────────────────────────────────── If you don't want to retype your Master Key on every visit, you can encrypt it locally with a PIN: • Key derivation: PBKDF2-HMAC-SHA256, 250,000 iterations, 16-byte random per-MSK salt. • Cipher: AES-GCM with a 12-byte random IV. The auth tag is what tells us a wrong PIN was entered — there is no separate hash to crib against. • Storage: localStorage on this device only. Nothing is synced or sent over the network. Enter the wrong PIN and the GCM auth tag fails — the ciphertext is useless without it. PINs are short, so a long PIN (or no PIN at all) is stronger; we explain the trade-off in SECURITY.md. This extension requests one permission: • activeTab — used only to read the URL of the tab where you opened the popup, so OfflinePass can pre-fill the host field. The URL never leaves your browser. OfflinePass collects nothing. There is no analytics endpoint, no fingerprinting, and no remote configuration. The extension makes zero network requests after install. The full source is published under Apache 2.0 — verify it yourself.
Offline Tabs
Disable internet access for specific tabs. Toggle internet access for individual tabs, ensuring specific web apps or websites operate offline, improving privacy and control over your data. - Toggle Internet Access: Block or allow internet access for any open tab at the click of a button. - Right-Click Menu: Easily switch between online and offline modes by right-clicking on any webpage. - Session Scoped Rules: This extension ensures no data leaves or enters your browser from tabs set to offline mode, providing an additional layer of security. - Persistent Settings: Tabs remain in offline mode even after a page reload or browser restart. - Enhanced Privacy: Stop web apps from communicating with their backend servers by cutting off their internet access.