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
官方網址 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"
    ]
}