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
What is Mitbbs and Huaren Youtube Auto Post?
Mitbbs and Huaren Youtube Auto Post is a Chrome extension developed by linfzh, and its main feature is "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".
Extension Screenshots
Download Mitbbs and Huaren Youtube Auto Post Extension CRX File
Download Mitbbs and Huaren Youtube Auto Post extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Mitbbs and Huaren Youtube Auto Post |
ID | ijciecpoifbmbdbempbjicbobpiljgdo |
Official URL | https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo |
Description | This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum |
File Size | 38.16 KB |
Installation Count | 13 |
Current Version | 1.6 |
Last Updated | 2015-04-14 |
Publish Date | 2015-04-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | linfzh |
Payment Type | free |
Supported Languages | 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" ] } ] } |