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”。
擴展截圖
下載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 |
ID | ijciecpoifbmbdbempbjicbobpiljgdo |
官方網址 | 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" ] } ] } |