Blitz Blocker

Disable access to selected websites.

Cos'è Blitz Blocker?

Blitz Blocker è un'estensione di Chrome sviluppata da Marko Polo, e la sua funzione principale è "Disable access to selected websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Blitz Blocker

Scarica i file di estensione Blitz Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Blitz Blocker is an application meant to boost your productivity and overall mental health by disabling access to certain websites. Stay calm and have fun!                    

Informazioni di Base sull'Estensione

Nome Blitz Blocker Blitz Blocker
ID dhmpfkilnijpenaiehmhepkpmbapamcg
URL Ufficiale https://chrome.google.com/webstore/detail/blitz-blocker/dhmpfkilnijpenaiehmhepkpmbapamcg
Descrizione Disable access to selected websites.
Dimensione del File 7.77 KB
Conteggio Installazioni 15
Versione Corrente 1.2
Ultimo Aggiornamento 2014-02-13
Data di Pubblicazione 2014-02-13
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore Marko Polo
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blitz Blocker",
    "version": "1.2",
    "description": "Disable access to selected websites.",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Blitz Blocker",
        "default_icon": "icon_128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/www.blic.rs\/*",
                "http:\/\/zena.blic.rs\/*",
                "http:\/\/www.kurir-info.rs\/*",
                "http:\/\/stil.kurir-info.rs\/*"
            ],
            "js": [
                "blitzblocker.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "icon_128.png"
    ]
}