Browser Stealth Mode

Disguise your internet browsing activities.

Browser Stealth Modeคืออะไร?

Browser Stealth Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nivivive และคุณลักษณะหลักของมันคือ "Disguise your internet browsing activities."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Stealth Mode

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
}