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