IncognitoOpener

Open Url in Incognito Mode

IncognitoOpenerคืออะไร?

IncognitoOpener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย batuhan.extension.dev และคุณลักษณะหลักของมันคือ "Open Url in Incognito Mode"

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

screenshot
screenshot
screenshot

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

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

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

                        Articles are blocked by a Paywall ? Use this Extension to open the link in a new incognito tab to bypass the paywall.                    

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

ชื่อ IncognitoOpener IncognitoOpener
ID olnafnnbggidjhimjpmahcbejkcgmofl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/incognitoopener/olnafnnbggidjhimjpmahcbejkcgmofl
คำอธิบาย Open Url in Incognito Mode
ขนาดไฟล์ 13.6 KB
จำนวนการติดตั้ง 541
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-30
วันที่เผยแพร่ 2021-01-30
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา batuhan.extension.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IncognitoOpener",
    "version": "1.0",
    "description": "Open Url in Incognito Mode",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/spy_16.png",
        "32": "images\/spy_32.png",
        "64": "images\/spy_64.png",
        "128": "images\/spy_128.png"
    }
}