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
¿Qué es Mitbbs and Huaren Youtube Auto Post?
Mitbbs and Huaren Youtube Auto Post es una extensión de Chrome desarrollada por linfzh, y su función principal es "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mitbbs and Huaren Youtube Auto Post
Descarga archivos de extensión Mitbbs and Huaren Youtube Auto Post en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Mitbbs and Huaren Youtube Auto Post |
ID | ijciecpoifbmbdbempbjicbobpiljgdo |
URL Oficial | https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo |
Descripción | This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum |
Tamaño del Archivo | 38.16 KB |
Cantidad de Instalaciones | 13 |
Versión Actual | 1.6 |
Última Actualización | 2015-04-14 |
Fecha de Publicación | 2015-04-13 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | linfzh |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |