SiteBlock
Block sites to discourage procrastination
Wat is SiteBlock?
SiteBlock is een Chrome-extensie ontwikkeld door Costa, en de belangrijkste functie is "Block sites to discourage procrastination".
Extensie Screenshots
Download het CRX-bestand van de extensie SiteBlock
Download SiteBlock-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
Find yourself visiting websites unrelated to your current task, even without thinking? Place a barrier in your way by blocking the sites with SiteBlock. Set the list of sites in the Extension Options. Access it through the Chrome menu, under More Tools -> Extensions -> SiteBlock -> Details -> Extension Options. Changelog: - 0.2.4 - code reorganize by Sapronov Alex- 0.2.3 - work around bug in Chrome 17 and later that was causing some tabs not to be filtered / migrate to manifest v2 format required by upcoming Chrome
Basisinformatie over de Extensie
Naam | SiteBlock |
ID | pfglnpdpgmecffbejlfgpnebopinlclj |
Officiële URL | https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj |
Beschrijving | Block sites to discourage procrastination |
Bestandsgrootte | 31.85 KB |
Aantal Installaties | 98,836 |
Huidige Versie | 0.2.4 |
Laatst Bijgewerkt | 2020-11-21 |
Publicatiedatum | 2018-10-04 |
Beoordeling | 4.34/5 Totaal 911 Beoordelingen |
Ontwikkelaar | Costa |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/csapuntz/siteblock |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SiteBlock", "version": "0.2.4", "description": "Block sites to discourage procrastination", "options_page": "html\/options.html", "background": { "page": "html\/background.html" }, "permissions": [ "tabs" ] } |