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
Co je Mitbbs and Huaren Youtube Auto Post?
Mitbbs and Huaren Youtube Auto Post je rozšíření Chrome vyvinuté linfzh, a jeho hlavní funkcí je „This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mitbbs and Huaren Youtube Auto Post
Stáhněte si soubory rozšíření Mitbbs and Huaren Youtube Auto Post ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Mitbbs and Huaren Youtube Auto Post |
ID | ijciecpoifbmbdbempbjicbobpiljgdo |
Oficiální URL | https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo |
Popis | This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum |
Velikost souboru | 38.16 KB |
Počet instalací | 13 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2015-04-14 |
Datum Vydání | 2015-04-13 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | linfzh |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |