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 |
官方網址 | 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" } ] } |