Orbanizer

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

什么是Orbanizer?

Orbanizer是由Jozsef Kozma开发的Chrome扩展程序,该扩展的主要功能是“Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.”。

扩展截图

screenshot

下载Orbanizer扩展crx文件

下载Orbanizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Orbanizer Orbanizer
ID okhmconpkbgckehcpklkghhlhaknfcnb
官方URL https://chromewebstore.google.com/detail/orbanizer/okhmconpkbgckehcpklkghhlhaknfcnb
简介 Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is.
文件大小 40.03 KB
安装次数 80
当前版本 0.5.0
更新时间 2021-02-01
上架时间 2016-10-23
评分 5.00/5 共2次评分
开发者 Jozsef Kozma
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jzsfkzm/orbanizer
支持的语言 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"
        }
    ]
}