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是由CG开发的Chrome扩展程序,该扩展的主要功能是“Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.”。

下载Sonic Retro YouTube Embed Fixer扩展crx文件

下载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"
    ]
}