AutoIncognito

Open the current page in Incognito mode

AutoIncognitoคืออะไร?

AutoIncognito เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Diamondium Technologies, LLC และคุณลักษณะหลักของมันคือ "Open the current page in Incognito mode"

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

screenshot

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

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

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

                        Some websites (ex. news articles and blog posts) won't allow you to view the content unless you:
a) Pay for a subscription
b) Wait for your allocated number of "free page views" to reset (ex. each new month)

Going Incognito will often allow you to view the webpage.  This extension saves the time it takes to copy the existing URL, open a new Incognito window, and then visit the page.                    

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

ชื่อ AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
คำอธิบาย Open the current page in Incognito mode
ขนาดไฟล์ 6.27 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-06-21
วันที่เผยแพร่ 2020-06-20
ผู้พัฒนา Diamondium Technologies, LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoIncognito",
    "version": "1.0",
    "description": "Open the current page in Incognito mode",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background-min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Open in Incognito"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}