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 |
官方網址 | 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" } |