Block Site
Blocks access to distracting websites to improve your productivity.
Was ist Block Site?
Block Site ist eine Chrome-Erweiterung, die von Pavel Bucka entwickelt wurde, und ihr Hauptmerkmal ist "Blocks access to distracting websites to improve your productivity.".
Erweiterungsscreenshots
Block Site-Erweiterungs-CRX-Datei herunterladen
Laden Sie Block Site-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 Site is a simple Chrome extension that improves your productivity by blocking access to distracting websites as you specify. To configure, click on the B icon in the toolbar. More at: https://github.com/penge/block-site
Grundlegende Informationen zur Erweiterung
Name | Block Site |
ID | bjcnpgekponkjpincbcoflgkdomldlnl |
Offizielle URL | https://chromewebstore.google.com/detail/block-site/bjcnpgekponkjpincbcoflgkdomldlnl |
Beschreibung | Blocks access to distracting websites to improve your productivity. |
Dateigröße | 19.18 KB |
Installationsanzahl | 2,048 |
Aktuelle Version | 8.1 |
Letztes Update | 2023-12-29 |
Veröffentlichungsdatum | 2020-07-30 |
Bewertung | 4.71/5 Insgesamt 41 Bewertungen |
Entwickler | Pavel Bucka |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/penge/block-site |
Hilfeseite URL | https://github.com/penge/block-site |
URL der Datenschutzrichtlinien-Seite | https://www.privacypolicygenerator.info/live.php?token=LhK6LtlPguI8kJVggGHMi2Q3nLjaRVMw |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Block Site", "description": "Blocks access to distracting websites to improve your productivity.", "version": "8.1", "icons": { "32": "icon_32.png", "128": "icon_128.png" }, "action": { "default_icon": { "32": "icon_32.png", "128": "icon_128.png" } }, "options_page": "options.html", "permissions": [ "storage", "tabs", "webNavigation", "contextMenus" ], "background": { "service_worker": "background.mjs", "type": "module" }, "incognito": "split", "minimum_chrome_version": "92" } |