Orbanizer

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

Orbanizerคืออะไร?

Orbanizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jozsef Kozma และคุณลักษณะหลักของมันคือ "Mindenhol Orbán Viktorra cseréljük Mészáros Lőrincet. Is."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Orbanizer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}