Nashey Cougar

Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.

Что такое Nashey Cougar?

Nashey Cougar - это расширение Chrome, разработанное dan devine, и его основная функция - "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.".

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

screenshot
screenshot

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

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

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

                        This extension replaces occurrences of the text 'Nicolas Cage' with 'Nashey Cougar', which is the correct phonetic pronunciation of his name.                    

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

Название Nashey Cougar Nashey Cougar
ID jjoajpghilppoeackfnbafblijkhocno
Официальный URL https://chromewebstore.google.com/detail/nashey-cougar/jjoajpghilppoeackfnbafblijkhocno
Описание Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.
Размер файла 46.16 KB
Количество установок 15
Текущая Версия 1.3
Последнее Обновление 2015-03-27
Дата публикации 2015-03-27
Разработчик dan devine
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://danieldevine.github.io/nashey-cougar/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nashey Cougar",
    "version": "1.3",
    "description": "Replaces the text 'Nicolas Cage' with 'Nashey Cougar'.",
    "browser_action": {
        "default_icon": "nc.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}