SiteBlock

Block sites to discourage procrastination

Was ist SiteBlock?

SiteBlock ist eine Chrome-Erweiterung, die von Costa entwickelt wurde, und ihr Hauptmerkmal ist "Block sites to discourage procrastination".

Erweiterungsscreenshots

screenshot

SiteBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie SiteBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SiteBlock SiteBlock
ID pfglnpdpgmecffbejlfgpnebopinlclj
Offizielle URL https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj
Beschreibung Block sites to discourage procrastination
Dateigröße 31.85 KB
Installationsanzahl 98,836
Aktuelle Version 0.2.4
Letztes Update 2020-11-21
Veröffentlichungsdatum 2018-10-04
Bewertung 4.34/5 Insgesamt 911 Bewertungen
Entwickler Costa
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/csapuntz/siteblock
Unterstützte Sprachen 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"
    ]
}