Orbanizer

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

Wat is Orbanizer?

Orbanizer is een Chrome-extensie ontwikkeld door Jozsef Kozma, en de belangrijkste functie is "Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Orbanizer

Download Orbanizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Orbanizer Orbanizer
ID okhmconpkbgckehcpklkghhlhaknfcnb
Officiële URL https://chromewebstore.google.com/detail/orbanizer/okhmconpkbgckehcpklkghhlhaknfcnb
Beschrijving Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.
Bestandsgrootte 40.03 KB
Aantal Installaties 80
Huidige Versie 0.5.0
Laatst Bijgewerkt 2021-02-01
Publicatiedatum 2016-10-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jozsef Kozma
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jzsfkzm/orbanizer
Ondersteunde Talen 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"
        }
    ]
}