Sonic Retro YouTube Embed Fixer

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

Was ist Sonic Retro YouTube Embed Fixer?

Sonic Retro YouTube Embed Fixer ist eine Chrome-Erweiterung, die von CG entwickelt wurde, und ihr Hauptmerkmal ist "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".

Sonic Retro YouTube Embed Fixer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sonic Retro YouTube Embed Fixer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Sonic Retro YouTube Embed Fixer Sonic Retro YouTube Embed Fixer
ID mmakllanpalljimoilopbacgblobjdjc
Offizielle URL https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc
Beschreibung Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Dateigröße 3.62 KB
Installationsanzahl 19
Aktuelle Version 1.0
Letztes Update 2017-06-20
Veröffentlichungsdatum 2017-06-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler CG
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}