Hogwarts Invasion

This extension magically transforms references to the 2016 election season into Hogwarts characters and events.

Hogwarts Invasion란 무엇입니까?

Hogwarts Invasion은(는) egdirbmu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension magically transforms references to the 2016 election season into Hogwarts characters and events."입니다.

확장 프로그램 스크린샷

screenshot

Hogwarts Invasion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        For all the fans of the Umbridgizer,  now you can convert the entire presidential race into a new Harry Potter story! Politicians become wizards.  Debates become duels. Slogans become dragons.

Bored with endless election coverage?  Let your news experience become magical.  It's almost like reading the Daily Prophet and watching the pictures come alive beneath your very eyes!

Donald Trump becomes Dolores Umbridge,  of course,  but who are the others?  Install and find out!

This extension changes names and terms from the 2016 presidential race to related characters and terms from Hogwarts.                    

확장 프로그램 기본 정보

이름 Hogwarts Invasion Hogwarts Invasion
ID ohaljkckdefadndijjcbllppipadeohc
공식 URL https://chromewebstore.google.com/detail/hogwarts-invasion/ohaljkckdefadndijjcbllppipadeohc
설명 This extension magically transforms references to the 2016 election season into Hogwarts characters and events.
파일 크기 4.9 KB
설치 횟수 127
현재 버전 1.0
최근 업데이트 2016-03-04
출시 날짜 2016-03-03
평점 4.25/5 총 8 개의 평점
개발자 egdirbmu
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hogwarts Invasion",
    "description": "This extension magically transforms references to the 2016 election season into Hogwarts characters and events.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "muggle.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "hogwarts.png"
    },
    "short_name": "Hogs"
}