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

Qu'est-ce que Mitbbs and Huaren Youtube Auto Post ?

Mitbbs and Huaren Youtube Auto Post est une extension Chrome développée par linfzh, et sa fonction principale est "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mitbbs and Huaren Youtube Auto Post

Téléchargez les fichiers d'extension Mitbbs and Huaren Youtube Auto Post au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
URL Officiel https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Description This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Taille du Fichier 38.16 KB
Nombre d'Installations 13
Version Actuelle 1.6
Dernière Mise à Jour 2015-04-14
Date de Publication 2015-04-13
Évaluation 1.00/5 Total 1 Évaluations
Développeur linfzh
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}