ZemanBlock

Jediná možnost, jak číst zpravodajské servery.

Cos'è ZemanBlock?

ZemanBlock è un'estensione di Chrome sviluppata da bohdan.maslowski, e la sua funzione principale è "Jediná možnost, jak číst zpravodajské servery.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ZemanBlock

Scarica i file di estensione ZemanBlock 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

                        Tired of reading embarrassing news about Zeman? This extension helps a little by replacing Zeman with more fitting names. Works for major Czech news sites.

CAUTION: Do not use while preparing texts for TV broadcast (https://bit.ly/3nUr3N1).                    

Informazioni di Base sull'Estensione

Nome ZemanBlock ZemanBlock
ID dkmkngddjdildamjdkadffknbegcmebg
URL Ufficiale https://chromewebstore.google.com/detail/zemanblock/dkmkngddjdildamjdkadffknbegcmebg
Descrizione Jediná možnost, jak číst zpravodajské servery.
Dimensione del File 961 KB
Conteggio Installazioni 608
Versione Corrente 1.4
Ultimo Aggiornamento 2020-12-29
Data di Pubblicazione 2019-04-07
Valutazione 4.91/5 Totale 89 Valutazioni
Sviluppatore bohdan.maslowski
Email [email protected]
Tipo di Pagamento free
Lingue Supportate cs
manifest.json
{
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery.min.js",
                "cscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Jedin\u00e1 mo\u017enost, jak \u010d\u00edst zpravodajsk\u00e9 servery.",
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "manifest_version": 2,
    "name": "ZemanBlock",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}