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是由linfzh开发的Chrome扩展程序,该扩展的主要功能是“This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum”。

扩展截图

screenshot

下载Mitbbs and Huaren Youtube Auto Post扩展crx文件

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