Temptation Blocker
Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.
Cos'è Temptation Blocker?
Temptation Blocker è un'estensione di Chrome sviluppata da Devstars, e la sua funzione principale è "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Temptation Blocker
Scarica i file di estensione Temptation Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hegbglbfhcfkpaaicpjfiopdkombclpb |
URL Ufficiale | https://chromewebstore.google.com/detail/temptation-blocker/hegbglbfhcfkpaaicpjfiopdkombclpb |
Descrizione | Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding. |
Dimensione del File | 1.51 MB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2018-02-12 |
Data di Pubblicazione | 2018-02-12 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Devstars |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.davidlloyd.co.uk/en/David-Lloyd-Leisure-Press/Temptation-blocker |
URL della Pagina della Politica sulla Privacy | https://www.devstars.com/privacy-policy |
Lingue Supportate | 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" } |