Simple Site Blocker
Block websites easily. Stay focused.
Hvad er Simple Site Blocker?
Simple Site Blocker er en Chrome-udvidelse udviklet af b4rtaz, og dens hovedfunktion er "Block websites easily. Stay focused.".
Udvidelsesskærmbilleder
Download Simple Site Blocker-udvidelses-CRX-fil
Download Simple Site Blocker-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 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.
Grundlæggende oplysninger om udvidelsen
Navn | Simple Site Blocker |
ID | akhfampbeegijbknnencolmclbnaceab |
Officiel URL | https://chromewebstore.google.com/detail/simple-site-blocker/akhfampbeegijbknnencolmclbnaceab |
Beskrivelse | Block websites easily. Stay focused. |
Filstørrelse | 36.88 KB |
Antal Installationer | 1,663 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2023-06-25 |
Udgivelsesdato | 2020-10-22 |
Bedømmelse | 4.64/5 Samlet 11 Bedømmelser |
Udvikler | b4rtaz |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/b4rtaz/simple-site-blocker |
Understøttede Sprog | 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", " |