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

Hvad er Mitbbs and Huaren Youtube Auto Post?

Mitbbs and Huaren Youtube Auto Post er en Chrome-udvidelse udviklet af linfzh, og dens hovedfunktion er "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

Udvidelsesskærmbilleder

screenshot

Download Mitbbs and Huaren Youtube Auto Post-udvidelses-CRX-fil

Download Mitbbs and Huaren Youtube Auto Post-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
Officiel URL https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Beskrivelse This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Filstørrelse 38.16 KB
Antal Installationer 13
Nuværende Version 1.6
Senest Opdateret 2015-04-14
Udgivelsesdato 2015-04-13
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler linfzh
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}