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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}