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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } ] } |