No Thank You, Website!
No Thank You, Website!, an open-source Chrome productivity extension to block website access
ما هو No Thank You, Website!؟
No Thank You, Website! هو إضافة Chrome تم تطويرها بواسطة swrittenb، والميزة الرئيسية لها هي "No Thank You, Website!, an open-source Chrome productivity extension to block website access".
تحميل ملف CRX للإضافة No Thank You, Website!
قم بتنزيل ملفات الامتداد No Thank You, Website! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple and straightforward way to block websites you don't want to visit. Tired of visiting the same news site over and over? Too much social media? Just say No Thank You, Website!
معلومات أساسية عن التمديد
الاسم | |
ID | lfableeiebdjblgjnphnmfnhdfaefokc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc |
الوصف | No Thank You, Website!, an open-source Chrome productivity extension to block website access |
حجم الملف | 6.61 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-12-08 |
تاريخ النشر | 2016-12-08 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | swrittenb |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Thank You, Website!", "description": "No Thank You, Website!, an open-source Chrome productivity extension to block website access", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "No Thank You, Website!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "*:\/\/*\/*" ] } |