Sonic Retro YouTube Embed Fixer

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

What is Sonic Retro YouTube Embed Fixer?

Sonic Retro YouTube Embed Fixer is a Chrome extension developed by CG, and its main feature is "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".

Download Sonic Retro YouTube Embed Fixer Extension CRX File

Download Sonic Retro YouTube Embed Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Sonic Retro YouTube Embed Fixer Sonic Retro YouTube Embed Fixer
ID mmakllanpalljimoilopbacgblobjdjc
Official URL https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc
Description Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
File Size 3.62 KB
Installation Count 19
Current Version 1.0
Last Updated 2017-06-20
Publish Date 2017-06-19
Rating 5.00/5 Total 2 Ratings
Developer CG
Payment Type free
Supported Languages 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"
    ]
}