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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}