Sonic Retro YouTube Embed Fixer

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

Hvad er Sonic Retro YouTube Embed Fixer?

Sonic Retro YouTube Embed Fixer er en Chrome-udvidelse udviklet af CG, og dens hovedfunktion er "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".

Download Sonic Retro YouTube Embed Fixer-udvidelses-CRX-fil

Download Sonic Retro YouTube Embed Fixer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Sonic Retro YouTube Embed Fixer Sonic Retro YouTube Embed Fixer
ID mmakllanpalljimoilopbacgblobjdjc
Officiel URL https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc
Beskrivelse Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Filstørrelse 3.62 KB
Antal Installationer 19
Nuværende Version 1.0
Senest Opdateret 2017-06-20
Udgivelsesdato 2017-06-19
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler CG
Betalingsmetode free
Understøttede Sprog 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"
    ]
}