IncognitoOpener
Open Url in Incognito Mode
ما هو IncognitoOpener؟
IncognitoOpener هو إضافة Chrome تم تطويرها بواسطة batuhan.extension.dev، والميزة الرئيسية لها هي "Open Url in Incognito Mode".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IncognitoOpener
قم بتنزيل ملفات الامتداد IncognitoOpener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Articles are blocked by a Paywall ? Use this Extension to open the link in a new incognito tab to bypass the paywall.
معلومات أساسية عن التمديد
الاسم | |
ID | olnafnnbggidjhimjpmahcbejkcgmofl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/incognitoopener/olnafnnbggidjhimjpmahcbejkcgmofl |
الوصف | Open Url in Incognito Mode |
حجم الملف | 13.6 KB |
عدد التثبيتات | 541 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-01-30 |
تاريخ النشر | 2021-01-30 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | batuhan.extension.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IncognitoOpener", "version": "1.0", "description": "Open Url in Incognito Mode", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "permissions": [ "activeTab" ], "icons": { "16": "images\/spy_16.png", "32": "images\/spy_32.png", "64": "images\/spy_64.png", "128": "images\/spy_128.png" } } |