Go Incognito

Opens current tab in an incognito window, and removes it from your browsing history.

Go Incognitoคืออะไร?

Go Incognito เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Opens current tab in an incognito window, and removes it from your browsing history."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go Incognito

ดาวน์โหลดไฟล์ส่วนขยาย Go Incognito ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Opens the current tab in an incognito window, closes it and removes it from your browsing history.

Visit our homepage for more: https://browsernative.com/go-incognito/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Go Incognito Go Incognito
ID oimfnddepdafdfmammggkfmdepfmipai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai
คำอธิบาย Opens current tab in an incognito window, and removes it from your browsing history.
ขนาดไฟล์ 23.22 KB
จำนวนการติดตั้ง 254,465
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2019-11-28
คะแนน 4.21/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา https://browsernative.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/go-incognito/
URL หน้าช่วยเหลือ https://browsernative.com/go-incognito/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Incognito",
    "description": "Opens current tab in an incognito window, and removes it from your browsing history.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "history"
    ],
    "version": "0.0.7",
    "homepage_url": "https:\/\/browsernative.com\/go-incognito\/",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Go Incognito"
    },
    "icons": {
        "48": "static\/48.png",
        "128": "static\/128.png",
        "16": "static\/16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+I"
            }
        }
    }
}