Block Site
Blocks access to distracting websites to improve your productivity.
Hvad er Block Site?
Block Site er en Chrome-udvidelse udviklet af Pavel Bucka, og dens hovedfunktion er "Blocks access to distracting websites to improve your productivity.".
Udvidelsesskærmbilleder
Download Block Site-udvidelses-CRX-fil
Download Block Site-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Block Site |
ID | bjcnpgekponkjpincbcoflgkdomldlnl |
Officiel URL | https://chromewebstore.google.com/detail/block-site/bjcnpgekponkjpincbcoflgkdomldlnl |
Beskrivelse | Blocks access to distracting websites to improve your productivity. |
Filstørrelse | 19.18 KB |
Antal Installationer | 2,048 |
Nuværende Version | 8.1 |
Senest Opdateret | 2023-12-29 |
Udgivelsesdato | 2020-07-30 |
Bedømmelse | 4.71/5 Samlet 41 Bedømmelser |
Udvikler | Pavel Bucka |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/penge/block-site |
Hjælpeside-URL | https://github.com/penge/block-site |
URL til Fortrolighedspolitik Side | https://www.privacypolicygenerator.info/live.php?token=LhK6LtlPguI8kJVggGHMi2Q3nLjaRVMw |
Understøttede Sprog | 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" } |