Incognito Toggle
Switches between incognito and regular browsing
ما هو Incognito Toggle؟
Incognito Toggle هو إضافة Chrome تم تطويرها بواسطة Meebuhs، والميزة الرئيسية لها هي "Switches between incognito and regular browsing".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Incognito Toggle
قم بتنزيل ملفات الامتداد Incognito Toggle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension provides a simple way to switch between incognito and regular browsing.
معلومات أساسية عن التمديد
الاسم | Incognito Toggle |
ID | mdgklkgfkebppeoioeldnnnhfodlnlkj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj |
الوصف | Switches between incognito and regular browsing |
حجم الملف | 30.16 KB |
عدد التثبيتات | 331 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2019-12-03 |
تاريخ النشر | 2019-12-02 |
المطور | Meebuhs |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Switches between incognito and regular browsing", "version": "0.1.0", "name": "Incognito Toggle", "permissions": [ "tabs" ], "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_icon": { "32": "images\/incognito-toggle-icon-32.png", "64": "images\/incognito-toggle-icon-64.png", "128": "images\/incognito-toggle-icon-128.png" } }, "icons": { "32": "images\/incognito-toggle-icon-32.png", "64": "images\/incognito-toggle-icon-64.png", "128": "images\/incognito-toggle-icon-128.png" }, "manifest_version": 2 } |