Temptation Blocker
Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.
Hvad er Temptation Blocker?
Temptation Blocker er en Chrome-udvidelse udviklet af Devstars, og dens hovedfunktion er "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.".
Udvidelsesskærmbilleder
Download Temptation Blocker-udvidelses-CRX-fil
Download Temptation Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hegbglbfhcfkpaaicpjfiopdkombclpb |
Officiel URL | https://chromewebstore.google.com/detail/temptation-blocker/hegbglbfhcfkpaaicpjfiopdkombclpb |
Beskrivelse | Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding. |
Filstørrelse | 1.51 MB |
Antal Installationer | 31 |
Nuværende Version | 1.5 |
Senest Opdateret | 2018-02-12 |
Udgivelsesdato | 2018-02-12 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Devstars |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.davidlloyd.co.uk/en/David-Lloyd-Leisure-Press/Temptation-blocker |
URL til Fortrolighedspolitik Side | https://www.devstars.com/privacy-policy |
Understøttede Sprog | 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" } |