Orbanizer

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

Qu'est-ce que Orbanizer ?

Orbanizer est une extension Chrome développée par Jozsef Kozma, et sa fonction principale est "Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Orbanizer

Téléchargez les fichiers d'extension Orbanizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Orbanizer Orbanizer
ID okhmconpkbgckehcpklkghhlhaknfcnb
URL Officiel https://chromewebstore.google.com/detail/orbanizer/okhmconpkbgckehcpklkghhlhaknfcnb
Description Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.
Taille du Fichier 40.03 KB
Nombre d'Installations 80
Version Actuelle 0.5.0
Dernière Mise à Jour 2021-02-01
Date de Publication 2016-10-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur Jozsef Kozma
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jzsfkzm/orbanizer
Langues Prises en Charge 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"
        }
    ]
}