Browser Stealth Mode
Disguise your internet browsing activities.
Browser Stealth Modeとは何ですか?
Browser Stealth Modeはniviviveによって開発されたChromeの拡張機能で、その主な機能は「Disguise your internet browsing activities.」です。
拡張機能のスクリーンショット
Browser Stealth Mode拡張機能のCRXファイルをダウンロード
Browser Stealth Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Browser Stealth Mode lets you browse and watch anything without worrying about who's looking over your shoulder. - Click the "eye" browser icon to toggle stealth mode on or off in your current tab. - Use keyboard shortcut (CMD+SHIFT+S on Mac, CTRL+SHIFT+S otherwise) to toggle stealth mode on or off. - Right-click on "eye" browser icon or a website to add the domain or page to a list of websites that Browser Stealth Mode is auto-enabled on. Setting options include: - enable grayscale - hide images - hide videos - show images/videos on hover - hide background images - and mute tab If you'd like to support me, please donate here: https://ko-fi.com/nivivive
拡張機能の基本情報
名前 | Browser Stealth Mode |
ID | offphobpedohkenckinejacpjodchgmn |
公式URL | https://chromewebstore.google.com/detail/browser-stealth-mode/offphobpedohkenckinejacpjodchgmn |
説明 | Disguise your internet browsing activities. |
ファイルサイズ | 16.26 KB |
インストール数 | 817 |
現在のバージョン | 2.1.0 |
最終更新日 | 2021-03-11 |
公開日 | 2014-09-16 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | nivivive |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://forms.gle/tVF5NonHJsqfCK9J8 |
プライバシーポリシーページのURL | https://www.privacypolicies.com/live/618863e0-242f-4d66-af0d-90b7e909662e |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Stealth Mode", "author": "Nivi Jayasekar", "description": "Disguise your internet browsing activities.", "version": "2.1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Enable stealth mode", "default_icon": "icon32.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+S", "mac": "Command+Shift+S", "chromeos": "Ctrl+Shift+S", "linux": "Ctrl+Shift+S" } } }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage", "contextMenus" ], "options_page": "options.html" } |