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 to jest Temptation Blocker?

Temptation Blocker to rozszerzenie Chrome opracowane przez Devstars, a jego główną funkcją jest „Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Temptation Blocker

Pobierz pliki rozszerzeń Temptation Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Temptation Blocker Temptation Blocker
ID hegbglbfhcfkpaaicpjfiopdkombclpb
Oficjalny URL https://chromewebstore.google.com/detail/temptation-blocker/hegbglbfhcfkpaaicpjfiopdkombclpb
Opis Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.
Rozmiar pliku 1.51 MB
Liczba instalacji 31
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2018-02-12
Data Publikacji 2018-02-12
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Devstars
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.davidlloyd.co.uk/en/David-Lloyd-Leisure-Press/Temptation-blocker
Adres URL Strony Polityki Prywatności https://www.devstars.com/privacy-policy
Obsługiwane Języki 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"
}