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是由Devstars开发的Chrome扩展程序,该扩展的主要功能是“Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.”。
扩展截图
下载Temptation Blocker扩展crx文件
下载Temptation Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
隐私政策页面URL | 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" } |