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

Wat is Mitbbs and Huaren Youtube Auto Post?

Mitbbs and Huaren Youtube Auto Post is een Chrome-extensie ontwikkeld door linfzh, en de belangrijkste functie is "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mitbbs and Huaren Youtube Auto Post

Download Mitbbs and Huaren Youtube Auto Post-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
Officiële URL https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Beschrijving This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Bestandsgrootte 38.16 KB
Aantal Installaties 13
Huidige Versie 1.6
Laatst Bijgewerkt 2015-04-14
Publicatiedatum 2015-04-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar linfzh
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}