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 là gì?

Mitbbs and Huaren Youtube Auto Post là một tiện ích mở rộng Chrome được phát triển bởi linfzh, và tính năng chính của nó là "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mitbbs and Huaren Youtube Auto Post

Tải xuống các tệp mở rộng Mitbbs and Huaren Youtube Auto Post dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mitbbs and Huaren Youtube Auto Post Mitbbs and Huaren Youtube Auto Post
ID ijciecpoifbmbdbempbjicbobpiljgdo
URL Chính Thức https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo
Mô tả This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum
Kích Thước Tệp 38.16 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2015-04-14
Ngày Phát Hành 2015-04-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển linfzh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}