Simple Site Blocker

Block websites easily. Stay focused.

Was ist Simple Site Blocker?

Simple Site Blocker ist eine Chrome-Erweiterung, die von b4rtaz entwickelt wurde, und ihr Hauptmerkmal ist "Block websites easily. Stay focused.".

Erweiterungsscreenshots

screenshot

Simple Site Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Site 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

                        Block disturbing websites easily. Stay focused. This extension allows you to block any website. Please note that, the extension blocks the whole domain. When you want to take a break you may deactivate the blocking easily for all blocked sites.

This extension DOES NOT contain ads, tracking or premium. Your privacy is very important for us.                    

Grundlegende Informationen zur Erweiterung

Name Simple Site Blocker Simple Site Blocker
ID akhfampbeegijbknnencolmclbnaceab
Offizielle URL https://chromewebstore.google.com/detail/simple-site-blocker/akhfampbeegijbknnencolmclbnaceab
Beschreibung Block websites easily. Stay focused.
Dateigröße 36.88 KB
Installationsanzahl 1,663
Aktuelle Version 0.1.1
Letztes Update 2023-06-25
Veröffentlichungsdatum 2020-10-22
Bewertung 4.64/5 Insgesamt 11 Bewertungen
Entwickler b4rtaz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/b4rtaz/simple-site-blocker
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Site Blocker",
    "version": "0.1.1",
    "description": "Block websites easily. Stay focused.",
    "author": "Bartlomiej Tadych",
    "homepage_url": "https:\/\/github.com\/b4rtaz\/simple-site-blocker",
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Simple Site Blocker",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png",
            "96": "icons\/icon-96.png",
            "128": "icons\/icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "api.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "blocked.html",
        "blocked.css",
        "blocked.js",
        "api.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}