Rancorizer

Adds the Starwars Rancor to any page that uses that rare word

Что такое Rancorizer?

Rancorizer - это расширение Chrome, разработанное Bloomco Heavy Industries, и его основная функция - "Adds the Starwars Rancor to any page that uses that rare word".

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

screenshot

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

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

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

                        Adds the Starwars Rancor to any page that uses that rare word                    

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

Название Rancorizer Rancorizer
ID dgblmflhnjgeinapenolaiddnmfioicn
Официальный URL https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn
Описание Adds the Starwars Rancor to any page that uses that rare word
Размер файла 503 KB
Количество установок 25
Текущая Версия 1.0.0
Последнее Обновление 2017-07-17
Дата публикации 2017-07-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Bloomco Heavy Industries
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rancorizer",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Adds the Starwars Rancor to any page that uses that rare word",
    "homepage_url": "https:\/\/bloomjosh.com\/rancorizer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/img\/rancor.png",
        "css\/animate.css"
    ]
}