Index.hu tarhálás eltávolító

Eltávolitja az index.hu tarhálását a felső sávból és a cikkek közül is.

Cos'è Index.hu tarhálás eltávolító?

Index.hu tarhálás eltávolító è un'estensione di Chrome sviluppata da Sigmoria, e la sua funzione principale è "Eltávolitja az index.hu tarhálását a felső sávból és a cikkek közül is.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Index.hu tarhálás eltávolító

Scarica i file di estensione Index.hu tarhálás eltávolító 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

                        Eltávolítja az index.hu tarhálását a felső sávból és a cikkek közül is.
1.1.0:
- Cikkek közbeni újabb tarhálási opciók eltávolítása.
1.0.1:
- Cikkek közbeni újabb tarhálási opciók eltávolítása.                    

Informazioni di Base sull'Estensione

Nome Index.hu tarhálás eltávolító Index.hu tarhálás eltávolító
ID bbealomoalaipnpocdedbnopfclcafkk
URL Ufficiale https://chrome.google.com/webstore/detail/bbealomoalaipnpocdedbnopfclcafkk
Descrizione Eltávolitja az index.hu tarhálását a felső sávból és a cikkek közül is.
Dimensione del File 28.43 KB
Conteggio Installazioni 54
Versione Corrente 1.1.0
Ultimo Aggiornamento 2018-11-25
Data di Pubblicazione 2018-11-25
Sviluppatore Sigmoria
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tarhalasoff.tk
Lingue Supportate hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Index.hu tarh\u00e1l\u00e1s elt\u00e1vol\u00edt\u00f3",
    "version": "1.1.0",
    "description": "Elt\u00e1volitja az index.hu tarh\u00e1l\u00e1s\u00e1t a fels\u0151 s\u00e1vb\u00f3l \u00e9s a cikkek k\u00f6z\u00fcl is.",
    "icons": {
        "128": "icon128.png",
        "96": "icon96.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Index.hu tarh\u00e1l\u00e1s elt\u00e1vol\u00edt\u00f3",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.index.hu\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}