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

Cos'è Mitbbs and Huaren Youtube Auto Post?

Mitbbs and Huaren Youtube Auto Post è un'estensione di Chrome sviluppata da linfzh, e la sua funzione principale è "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mitbbs and Huaren Youtube Auto Post

Scarica i file di estensione Mitbbs and Huaren Youtube Auto Post in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
URL Ufficiale https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Descrizione This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Dimensione del File 38.16 KB
Conteggio Installazioni 13
Versione Corrente 1.6
Ultimo Aggiornamento 2015-04-14
Data di Pubblicazione 2015-04-13
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore linfzh
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}