Orbanizer

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

What is Orbanizer?

Orbanizer is a Chrome extension developed by Jozsef Kozma, and its main feature is "Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.".

Extension Screenshots

screenshot

Download Orbanizer Extension CRX File

Download Orbanizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Orbanizer Orbanizer
ID okhmconpkbgckehcpklkghhlhaknfcnb
Official URL https://chromewebstore.google.com/detail/orbanizer/okhmconpkbgckehcpklkghhlhaknfcnb
Description Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.
File Size 40.03 KB
Installation Count 80
Current Version 0.5.0
Last Updated 2021-02-01
Publish Date 2016-10-23
Rating 5.00/5 Total 2 Ratings
Developer Jozsef Kozma
Email [email protected]
Payment Type free
Extension Website https://github.com/jzsfkzm/orbanizer
Supported Languages 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"
        }
    ]
}