Mitbbs and Huaren Youtube Auto Post

This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum

Was ist Mitbbs and Huaren Youtube Auto Post?

Mitbbs and Huaren Youtube Auto Post ist eine Chrome-Erweiterung, die von linfzh entwickelt wurde, und ihr Hauptmerkmal ist "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

Erweiterungsscreenshots

screenshot

Mitbbs and Huaren Youtube Auto Post-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mitbbs and Huaren Youtube Auto Post-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

                        MITBBS Youtube link automatic converter.

It will convert youtube links from its original format to the embed format accepted by mitbbs.

Example:
Original format: https://www.youtube.com/watch?v=peiiLCCG_Ng
will be converted to mitbbs format: vhttp://www.youtube.com/v/peiiLCCG_Ng                    

Grundlegende Informationen zur Erweiterung

Name Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
Offizielle URL https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Beschreibung This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Dateigröße 38.16 KB
Installationsanzahl 13
Aktuelle Version 1.6
Letztes Update 2015-04-14
Veröffentlichungsdatum 2015-04-13
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler linfzh
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mitbbs and Huaren Youtube Auto Post",
    "description": "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum",
    "version": "1.6",
    "icons": {
        "128": "icon.webp"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/forums.huaren.us\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "huaren.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.mitbbs.com\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery.js",
                "mitbbs.js"
            ]
        }
    ]
}