SiteBlock

Block sites to discourage procrastination

Qu'est-ce que SiteBlock ?

SiteBlock est une extension Chrome développée par Costa, et sa fonction principale est "Block sites to discourage procrastination".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SiteBlock

Téléchargez les fichiers d'extension SiteBlock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SiteBlock SiteBlock
ID pfglnpdpgmecffbejlfgpnebopinlclj
URL Officiel https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj
Description Block sites to discourage procrastination
Taille du Fichier 31.85 KB
Nombre d'Installations 98,836
Version Actuelle 0.2.4
Dernière Mise à Jour 2020-11-21
Date de Publication 2018-10-04
Évaluation 4.34/5 Total 911 Évaluations
Développeur Costa
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/csapuntz/siteblock
Langues Prises en Charge 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"
    ]
}