Dopanope
Block distracting sites by putting your impatience to work for you.
ما هو Dopanope؟
Dopanope هو إضافة Chrome تم تطويرها بواسطة Boss as a Service، والميزة الرئيسية لها هي "Block distracting sites by putting your impatience to work for you.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dopanope
قم بتنزيل ملفات الامتداد Dopanope بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Dopanope makes you wait before you can access your favorite time-wasting websites, decoupling the action from the neurological reward. Put your impatience to work for you and stop mindlessly browsing the internet.
معلومات أساسية عن التمديد
الاسم | Dopanope |
ID | bbpdpjjmikfofiifgfcdbpbmmeiglemh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dopanope/bbpdpjjmikfofiifgfcdbpbmmeiglemh |
الوصف | Block distracting sites by putting your impatience to work for you. |
حجم الملف | 120 KB |
عدد التثبيتات | 174 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2023-03-25 |
تاريخ النشر | 2023-02-20 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | Boss as a Service |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://bossasaservice.com/ |
عنوان صفحة سياسة الخصوصية | https://bossasaservice.com/dopanope-privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dopanope", "description": "Block distracting sites by putting your impatience to work for you.", "version": "0.0.1", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "tabs", "storage", "notifications", "alarms" ], "web_accessible_resources": [ { "resources": [ "overlay.css", "img\/*.png", "fonts\/*.otf", "popup.css", "popup.js", "options.html", "icon-128.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "moment.js", "script.js" ], "run_at": "document_start", "css": [ "overlay.css" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "img\/icon-128-blue.png" }, "icons": { "16": "img\/icon-16-blue.png", "19": "img\/icon-19-blue.png", "38": "img\/icon-38-blue.png", "48": "img\/icon-48-blue.png", "128": "img\/icon-128-blue.png" } } |