One True God

Show your devotion to the Lord

Что такое One True God?

One True God - это расширение Chrome, разработанное dsurujon, и его основная функция - "Show your devotion to the Lord".

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

screenshot
screenshot

Скачать файл CRX расширения One True God

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

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

                        Replaces all occurrences of the name of the powerful deity, our one and only Lord, Nicolas Cage, with His appropriate title.                    

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

Название One True God One True God
ID nnajkegpepmlenifnoffllhbejoefbij
Официальный URL https://chrome.google.com/webstore/detail/one-true-god/nnajkegpepmlenifnoffllhbejoefbij
Описание Show your devotion to the Lord
Размер файла 26.05 KB
Количество установок 19
Текущая Версия 0.3
Последнее Обновление 2015-03-15
Дата публикации 2015-03-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик dsurujon
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One True God",
    "version": "0.3",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "description": "Show your devotion to the Lord",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "nick16.png",
        "128": "nick128.png"
    }
}