Temptation Blocker
Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.
Vad är Temptation Blocker?
Temptation Blocker är en Chrome-tillägg utvecklad av Devstars, och dess huvudfunktion är "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.".
Tilläggsskärmbilder
Ladda ner Temptation Blocker-förlängningens CRX-fil
Ladda ner Temptation Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | hegbglbfhcfkpaaicpjfiopdkombclpb |
Officiell webbadress | https://chromewebstore.google.com/detail/temptation-blocker/hegbglbfhcfkpaaicpjfiopdkombclpb |
Beskrivning | Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding. |
Filstorlek | 1.51 MB |
Antal Installationer | 31 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2018-02-12 |
Publiceringsdatum | 2018-02-12 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Devstars |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.davidlloyd.co.uk/en/David-Lloyd-Leisure-Press/Temptation-blocker |
URL till Sekretesspolicy Sidan | https://www.devstars.com/privacy-policy |
Stödda Språk | 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" } |