Temptation Blocker
Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.
ما هو Temptation Blocker؟
Temptation Blocker هو إضافة Chrome تم تطويرها بواسطة Devstars، والميزة الرئيسية لها هي "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Temptation Blocker
قم بتنزيل ملفات الامتداد Temptation Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Introducing the Temptation Blocker from David Lloyd Clubs. A new tool that lets you personalise your online world to match your lifestyle goals, by blocking any content or vices you may have pledged to start avoiding. It’s the perfect digital companion to have on your pathway to improved personal wellbeing in 2018.
معلومات أساسية عن التمديد
الاسم | |
ID | hegbglbfhcfkpaaicpjfiopdkombclpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/temptation-blocker/hegbglbfhcfkpaaicpjfiopdkombclpb |
الوصف | Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding. |
حجم الملف | 1.51 MB |
عدد التثبيتات | 31 |
النسخة الحالية | 1.5 |
آخر تحديث | 2018-02-12 |
تاريخ النشر | 2018-02-12 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Devstars |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.davidlloyd.co.uk/en/David-Lloyd-Leisure-Press/Temptation-blocker |
عنوان صفحة سياسة الخصوصية | https://www.devstars.com/privacy-policy |
اللغات المدعومة | de,en,fr,nl,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Temptation Blocker", "description": "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.", "version": "1.5", "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "cover.css" ], "js": [ "js\/libs\/jquery\/jquery-2.1.4.js", "js\/libs\/jquery\/jquery.textchildren.js", "options\/options.js", "content_script.js", "cover.js" ], "run_at": "document_idle" } ], "browser_action": { "default_icon": "16.png", "default_title": "Temptation Blocker", "default_popup": "popup\/popup.html" }, "author": "David Lloyd Clubs" } |