IncognitoBlock
Closes incognito tabs, if a request is made
ما هو IncognitoBlock؟
IncognitoBlock هو إضافة Chrome تم تطويرها بواسطة sinansaral، والميزة الرئيسية لها هي "Closes incognito tabs, if a request is made".
تحميل ملف CRX للإضافة IncognitoBlock
قم بتنزيل ملفات الامتداد IncognitoBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Closes incognito tabs, upon requesting an url. This extension have to be enabled for incognito mode.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | jafaofbjdlhjcnogpbmpdifjfbncebik |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/incognitoblock/jafaofbjdlhjcnogpbmpdifjfbncebik |
الوصف | Closes incognito tabs, if a request is made |
حجم الملف | 2.85 KB |
عدد التثبيتات | 113 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-07-27 |
تاريخ النشر | 2013-07-27 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | sinansaral |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IncognitoBlock", "description": "Closes incognito tabs, if a request is made", "version": "1.0", "author": "[email protected]", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |