Orbanizer

Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.

Cos'è Orbanizer?

Orbanizer è un'estensione di Chrome sviluppata da Jozsef Kozma, e la sua funzione principale è "Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Orbanizer

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

                        We all know Lőrinc Mészáros and István Garancsi are only puppets of Viktor Orbán, current prime minister of Hungary. This extension will change text contents of any web page, finding names of Hungarian oligarchs and suffixing those names with the name of Viktor Orbán.                    

Informazioni di Base sull'Estensione

Nome Orbanizer Orbanizer
ID okhmconpkbgckehcpklkghhlhaknfcnb
URL Ufficiale https://chromewebstore.google.com/detail/orbanizer/okhmconpkbgckehcpklkghhlhaknfcnb
Descrizione Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.
Dimensione del File 40.03 KB
Conteggio Installazioni 80
Versione Corrente 0.5.0
Ultimo Aggiornamento 2021-02-01
Data di Pubblicazione 2016-10-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Jozsef Kozma
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jzsfkzm/orbanizer
Lingue Supportate hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Orbanizer",
    "version": "0.5.0",
    "manifest_version": 2,
    "description": "Mindenhol Orb\u00e1n Viktorra cser\u00e9lj\u00fck M\u00e9sz\u00e1ros L\u0151rincet. Is.",
    "homepage_url": "https:\/\/github.com\/jzsfkzm\/orbanizer",
    "icons": {
        "128": "images\/icons\/icon128.png",
        "48": "images\/icons\/icon48.png",
        "16": "images\/icons\/icon16.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}