Vodkaď si?

Odkrýváme dezinformace a chytáme motýle

Cos'è Vodkaď si??

Vodkaď si? è un'estensione di Chrome sviluppata da https://vodkadsi.cz, e la sua funzione principale è "Odkrýváme dezinformace a chytáme motýle".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vodkaď si?

Scarica i file di estensione Vodkaď si? 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

                        Rozšíření upozorňuje uživatele na české a slovenské nedůvěryhodné stránky a stránky Andreje Babiše, a to v rámci internetových vyhledávačů, sociálních sítí a při návštěvách takových stránek. Program funguje pro vyhledavače Google, Seznam a Bing a pro sociální sítě Facebook a Twitter.                    

Informazioni di Base sull'Estensione

Nome Vodkaď si? Vodkaď si?
ID egkggblldhmbecckmmjijnjbnakhcpob
URL Ufficiale https://chromewebstore.google.com/detail/vodka%C4%8F-si/egkggblldhmbecckmmjijnjbnakhcpob
Descrizione Odkrýváme dezinformace a chytáme motýle
Dimensione del File 42.39 KB
Conteggio Installazioni 74
Versione Corrente 2.1
Ultimo Aggiornamento 2021-02-17
Data di Pubblicazione 2020-05-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://vodkadsi.cz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vodka\u010f si?",
    "version": "2.1",
    "description": "Odkr\u00fdv\u00e1me dezinformace a chyt\u00e1me mot\u00fdle",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/poop16.png",
        "48": "icons\/poop48.png",
        "128": "icons\/poop128.png"
    },
    "web_accessible_resources": [
        "icons\/butterfly.png",
        "icons\/warning.png"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/poop16.png",
        "default_title": "Vodka\u010f si",
        "default_popup": "options\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/www.google.sk\/*",
                "*:\/\/search.seznam.cz\/*",
                "*:\/\/*.bing.com\/*"
            ],
            "js": [
                "StaticData.js",
                "Settings.js",
                "ViewCreator.js",
                "CheckUrl.js"
            ],
            "css": [
                "css\/site.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "StaticData.js",
                "Settings.js",
                "ViewCreator.js",
                "selector\/facebook\/Selector.js",
                "Checker.js",
                "CheckSocialSite.js"
            ],
            "css": [
                "css\/site.css",
                "css\/fb.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "StaticData.js",
                "Settings.js",
                "ViewCreator.js",
                "selector\/twitter\/Selector.js",
                "Checker.js",
                "CheckSocialSite.js"
            ],
            "css": [
                "css\/site.css",
                "css\/twitter.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/www.google.sk\/*"
            ],
            "js": [
                "StaticData.js",
                "Settings.js",
                "ViewCreator.js",
                "selector\/google\/Selector.js",
                "Checker.js",
                "CheckSearchEngine.js"
            ],
            "css": [
                "css\/site.css",
                "css\/google.css"
            ]
        },
        {
            "matches": [
                "*:\/\/search.seznam.cz\/*"
            ],
            "js": [
                "StaticData.js",
                "Settings.js",
                "ViewCreator.js",
                "selector\/seznam\/Selector.js",
                "Checker.js",
                "CheckSearchEngine.js"
            ],
            "css": [
                "css\/site.css",
                "css\/google.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.bing.com\/*"
            ],
            "js": [
                "StaticData.js",
                "Settings.js",
                "ViewCreator.js",
                "selector\/bing\/Selector.js",
                "Checker.js",
                "CheckSearchEngine.js"
            ],
            "css": [
                "css\/site.css",
                "css\/google.css"
            ]
        }
    ]
}