Sonic Retro YouTube Embed Fixer

Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.

Что такое Sonic Retro YouTube Embed Fixer?

Sonic Retro YouTube Embed Fixer - это расширение Chrome, разработанное CG, и его основная функция - "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".

Скачать файл CRX расширения Sonic Retro YouTube Embed Fixer

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

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

                                            

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

Название Sonic Retro YouTube Embed Fixer Sonic Retro YouTube Embed Fixer
ID mmakllanpalljimoilopbacgblobjdjc
Официальный URL https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc
Описание Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Размер файла 3.62 KB
Количество установок 19
Текущая Версия 1.0
Последнее Обновление 2017-06-20
Дата публикации 2017-06-19
Рейтинг 5.00/5 Всего 2 оценок
Разработчик CG
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sonic Retro YouTube Embed Fixer",
    "description": "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/forums.sonicretro.org\/*",
                "https:\/\/forums.sonicretro.org\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "sonicRetroYouTubeEmbedFixer.js"
    ]
}