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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Go Incognito
قم بتنزيل ملفات الامتداد Go Incognito بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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/ |
عنوان صفحة المساعدة | https://browsernative.com/go-incognito/ |
عنوان صفحة سياسة الخصوصية | 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" } } } } |