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

ما هو Mitbbs and Huaren Youtube Auto Post؟

Mitbbs and Huaren Youtube Auto Post هو إضافة Chrome تم تطويرها بواسطة linfzh، والميزة الرئيسية لها هي "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mitbbs and Huaren Youtube Auto Post

قم بتنزيل ملفات الامتداد Mitbbs and Huaren Youtube Auto Post بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
عنوان URL الرسمي https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
الوصف This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
حجم الملف 38.16 KB
عدد التثبيتات 13
النسخة الحالية 1.6
آخر تحديث 2015-04-14
تاريخ النشر 2015-04-13
تقييم 1.00/5 مجموع تقييمات 1
المطور linfzh
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}