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
Apa itu Mitbbs and Huaren Youtube Auto Post?
Mitbbs and Huaren Youtube Auto Post adalah ekstensi Chrome yang dikembangkan oleh linfzh, dan fitur utamanya adalah "This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mitbbs and Huaren Youtube Auto Post
Unduh file ekstensi Mitbbs and Huaren Youtube Auto Post dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Mitbbs and Huaren Youtube Auto Post |
ID | ijciecpoifbmbdbempbjicbobpiljgdo |
URL Resmi | https://chromewebstore.google.com/detail/mitbbs-and-huaren-youtube/ijciecpoifbmbdbempbjicbobpiljgdo |
Deskripsi | This extension automatically converts youtube links to the embeded format supported on the huaren.us and mitbbs.com forum |
Ukuran File | 38.16 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2015-04-14 |
Tanggal Publikasi | 2015-04-13 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | linfzh |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |