Ted Cruz is the Zodiac Killer Replacer

Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."

Что такое Ted Cruz is the Zodiac Killer Replacer?

Ted Cruz is the Zodiac Killer Replacer - это расширение Chrome, разработанное Brennan Butler, и его основная функция - "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".

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

screenshot

Скачать файл CRX расширения Ted Cruz is the Zodiac Killer Replacer

Скачайте файлы расширений Ted Cruz is the Zodiac Killer Replacer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.                    

Основная информация о расширении

Название Ted Cruz is the Zodiac Killer Replacer Ted Cruz is the Zodiac Killer Replacer
ID iajmlnmkpiipapofijlnkechdjjmnfeg
Официальный URL https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg
Описание Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Размер файла 59.85 KB
Количество установок 36
Текущая Версия 1.4
Последнее Обновление 2016-03-14
Дата публикации 2016-03-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Brennan Butler
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Ted Cruz is The Zodiac Killer"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer Replacer",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "http:\/\/*.*\/",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}