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 擴展基本資訊
| 名稱 | |
| ID | offphobpedohkenckinejacpjodchgmn |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |