Sonic Retro YouTube Embed Fixer

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

Wat is Sonic Retro YouTube Embed Fixer?

Sonic Retro YouTube Embed Fixer is een Chrome-extensie ontwikkeld door CG, en de belangrijkste functie is "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".

Download het CRX-bestand van de extensie Sonic Retro YouTube Embed Fixer

Download Sonic Retro YouTube Embed Fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Sonic Retro YouTube Embed Fixer Sonic Retro YouTube Embed Fixer
ID mmakllanpalljimoilopbacgblobjdjc
Officiële URL https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc
Beschrijving Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Bestandsgrootte 3.62 KB
Aantal Installaties 19
Huidige Versie 1.0
Laatst Bijgewerkt 2017-06-20
Publicatiedatum 2017-06-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar CG
Betalingswijze free
Ondersteunde Talen 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"
    ]
}