Simple Site Blocker
Block websites easily. Stay focused.
Wat is Simple Site Blocker?
Simple Site Blocker is een Chrome-extensie ontwikkeld door b4rtaz, en de belangrijkste functie is "Block websites easily. Stay focused.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Site Blocker
Download Simple Site Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Simple Site Blocker |
ID | akhfampbeegijbknnencolmclbnaceab |
Officiële URL | https://chromewebstore.google.com/detail/simple-site-blocker/akhfampbeegijbknnencolmclbnaceab |
Beschrijving | Block websites easily. Stay focused. |
Bestandsgrootte | 36.88 KB |
Aantal Installaties | 1,663 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2023-06-25 |
Publicatiedatum | 2020-10-22 |
Beoordeling | 4.64/5 Totaal 11 Beoordelingen |
Ontwikkelaar | b4rtaz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/b4rtaz/simple-site-blocker |
Ondersteunde Talen | 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", " |