Hogwarts Invasion

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

Что такое Hogwarts Invasion?

Hogwarts Invasion - это расширение Chrome, разработанное egdirbmu, и его основная функция - "This extension magically transforms references to the 2016 election season into Hogwarts characters and events.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Hogwarts Invasion

Скачайте файлы расширений Hogwarts Invasion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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