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