Temptation Blocker

Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.

Co je Temptation Blocker?

Temptation Blocker je rozšíření Chrome vyvinuté Devstars, a jeho hlavní funkcí je „Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Temptation Blocker

Stáhněte si soubory rozšíření Temptation Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Temptation Blocker Temptation Blocker
ID hegbglbfhcfkpaaicpjfiopdkombclpb
Oficiální URL https://chromewebstore.google.com/detail/temptation-blocker/hegbglbfhcfkpaaicpjfiopdkombclpb
Popis Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.
Velikost souboru 1.51 MB
Počet instalací 31
Aktuální Verze 1.5
Poslední Aktualizace 2018-02-12
Datum Vydání 2018-02-12
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Devstars
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.davidlloyd.co.uk/en/David-Lloyd-Leisure-Press/Temptation-blocker
URL Stránky Zásad Ochrany Soukromí https://www.devstars.com/privacy-policy
Podporované Jazyky 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"
}