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 |
Eメール | [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" } |