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

Vad är Mitbbs and Huaren Youtube Auto Post?

Mitbbs and Huaren Youtube Auto Post är en Chrome-tillägg utvecklad av linfzh, och dess huvudfunktion är "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

Tilläggsskärmbilder

screenshot

Ladda ner Mitbbs and Huaren Youtube Auto Post-förlängningens CRX-fil

Ladda ner Mitbbs and Huaren Youtube Auto Post-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
Officiell webbadress https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Beskrivning This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Filstorlek 38.16 KB
Antal Installationer 13
Aktuell Version 1.6
Senast Uppdaterad 2015-04-14
Publiceringsdatum 2015-04-13
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare linfzh
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}