SiteBlock

Block sites to discourage procrastination

Hvad er SiteBlock?

SiteBlock er en Chrome-udvidelse udviklet af Costa, og dens hovedfunktion er "Block sites to discourage procrastination".

Udvidelsesskærmbilleder

screenshot

Download SiteBlock-udvidelses-CRX-fil

Download SiteBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn SiteBlock SiteBlock
ID pfglnpdpgmecffbejlfgpnebopinlclj
Officiel URL https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj
Beskrivelse Block sites to discourage procrastination
Filstørrelse 31.85 KB
Antal Installationer 98,836
Nuværende Version 0.2.4
Senest Opdateret 2020-11-21
Udgivelsesdato 2018-10-04
Bedømmelse 4.34/5 Samlet 911 Bedømmelser
Udvikler Costa
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/csapuntz/siteblock
Understøttede Sprog 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"
    ]
}