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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}