Site Restricter
Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
Wat is Site Restricter?
Site Restricter is een Chrome-extensie ontwikkeld door LN, en de belangrijkste functie is "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity".
Extensie Screenshots
Download het CRX-bestand van de extensie Site Restricter
Download Site Restricter-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
Too many distractions? Want to limit access to certain sites? This extension helps you control that. Add URLs of sites you don't want to visit. When you change your mind, just remove them from the list and regain access! Features: - Control access to sites by adding or deleting them individually - One Click Add / Clear All Functionalities - Simple Design - Easy to use
Basisinformatie over de Extensie
Naam | Site Restricter |
ID | kbokniiapoadjhhkmnlpndgeambahghk |
Officiële URL | https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk |
Beschrijving | Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity |
Bestandsgrootte | 10.83 KB |
Aantal Installaties | 50 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2021-10-30 |
Publicatiedatum | 2021-10-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | LN |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Site Restricter", "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity", "version": "0.0.5", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "Site Restricter" }, "icons": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } |