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 to jest Mitbbs and Huaren Youtube Auto Post?
Mitbbs and Huaren Youtube Auto Post to rozszerzenie Chrome opracowane przez linfzh, a jego główną funkcją jest „This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mitbbs and Huaren Youtube Auto Post
Pobierz pliki rozszerzeń Mitbbs and Huaren Youtube Auto Post w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Mitbbs and Huaren Youtube Auto Post |
ID | ijciecpoifbmbdbempbjicbobpiljgdo |
Oficjalny URL | https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo |
Opis | This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum |
Rozmiar pliku | 38.16 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2015-04-14 |
Data Publikacji | 2015-04-13 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | linfzh |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |