Temptation Blocker

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

Was ist Temptation Blocker?

Temptation Blocker ist eine Chrome-Erweiterung, die von Devstars entwickelt wurde, und ihr Hauptmerkmal ist "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.".

Erweiterungsscreenshots

screenshot

Temptation Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Temptation Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Temptation Blocker Temptation Blocker
ID hegbglbfhcfkpaaicpjfiopdkombclpb
Offizielle URL https://chromewebstore.google.com/detail/temptation-blocker/hegbglbfhcfkpaaicpjfiopdkombclpb
Beschreibung Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.
Dateigröße 1.51 MB
Installationsanzahl 31
Aktuelle Version 1.5
Letztes Update 2018-02-12
Veröffentlichungsdatum 2018-02-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Devstars
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.davidlloyd.co.uk/en/David-Lloyd-Leisure-Press/Temptation-blocker
URL der Datenschutzrichtlinien-Seite https://www.devstars.com/privacy-policy
Unterstützte Sprachen 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"
}