Outcognito
This extention disables incognito mode
ما هو Outcognito؟
Outcognito هو إضافة Chrome تم تطويرها بواسطة skeetsdev، والميزة الرئيسية لها هي "This extention disables incognito mode".
تحميل ملف CRX للإضافة Outcognito
قم بتنزيل ملفات الامتداد Outcognito بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple extension that disables Incognito mode. Must have this app enabled in incognito mode. Made as a productivity helper, not a restriction, so no password locks, the extension can be disabled by anyone. If this gets any popularity, I'll add features, but I'm just planning to use this for myself. comments / questions / requests to : [email protected]
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | pffildiobkehaebeknnlihlmodoecjha |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha |
الوصف | This extention disables incognito mode |
حجم الملف | 4.28 KB |
عدد التثبيتات | 613 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-09-08 |
تاريخ النشر | 2016-09-08 |
تقييم | 4.74/5 مجموع تقييمات 19 |
المطور | skeetsdev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Outcognito", "description": "This extention disables incognito mode", "version": "1.0", "browser_action": { "default_icon": "outcognito.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "windows" ] } |