Sonic Retro YouTube Embed Fixer

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

Τι είναι το Sonic Retro YouTube Embed Fixer;

Το Sonic Retro YouTube Embed Fixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CG, και η κύρια λειτουργία του είναι "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".

Λήψη αρχείου CRX της επέκτασης Sonic Retro YouTube Embed Fixer

Λήψη αρχείων επέκτασης Sonic Retro YouTube Embed Fixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Sonic Retro YouTube Embed Fixer Sonic Retro YouTube Embed Fixer
ID mmakllanpalljimoilopbacgblobjdjc
Επίσημο URL https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc
Περιγραφή Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Μέγεθος Αρχείου 3.62 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-06-20
Ημερομηνία Δημοσίευσης 2017-06-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής CG
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}