Sonic Retro YouTube Embed Fixer

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

Vad är Sonic Retro YouTube Embed Fixer?

Sonic Retro YouTube Embed Fixer är en Chrome-tillägg utvecklad av CG, och dess huvudfunktion är "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".

Ladda ner Sonic Retro YouTube Embed Fixer-förlängningens CRX-fil

Ladda ner Sonic Retro YouTube Embed Fixer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Sonic Retro YouTube Embed Fixer Sonic Retro YouTube Embed Fixer
ID mmakllanpalljimoilopbacgblobjdjc
Officiell webbadress https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc
Beskrivning Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Filstorlek 3.62 KB
Antal Installationer 19
Aktuell Version 1.0
Senast Uppdaterad 2017-06-20
Publiceringsdatum 2017-06-19
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare CG
Betalningssätt free
Stödda Språk 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"
    ]
}