Rosenize

Change images into Michael Rosen

Что такое Rosenize?

Rosenize - это расширение Chrome, разработанное Paradox460, и его основная функция - "Change images into Michael Rosen".

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

screenshot
screenshot

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

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

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

                        Ever feel that you need more Rosen in your life?

Well, install this extension and see his face everywhere.

Too much Rosen? Go to the extension options and specify the percentage of rosenry.

Changelog: https://github.com/paradox460/Rosenize/releases                    

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

Название Rosenize Rosenize
ID bkjcmopaekfmmhdejiegfdbpcjgjpjpf
Официальный URL https://chromewebstore.google.com/detail/rosenize/bkjcmopaekfmmhdejiegfdbpcjgjpjpf
Описание Change images into Michael Rosen
Размер файла 4.22 MB
Количество установок 246
Текущая Версия 0.1.3
Последнее Обновление 2015-10-14
Дата публикации 2015-10-14
Рейтинг 4.48/5 Всего 40 оценок
Разработчик Paradox460
Тип оплаты free
Официальный сайт расширения https://github.com/paradox460/Rosenize/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Jeff Sandberg",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/mmm.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/rosens\/*",
        "audio\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}