ViewTube
Watch videos from video sharing websites with extra options.
ViewTubeคืออะไร?
ViewTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sebaro.pro และคุณลักษณะหลักของมันคือ "Watch videos from video sharing websites with extra options."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ViewTube
ดาวน์โหลดไฟล์ส่วนขยาย ViewTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an WebExtension addon based on my ViewTube userscript. Supported sites: YouTube, Dailymotion, Vimeo, Metacafe, Veoh, IMDb. For more information read: http://sebaro.pro/viewtube https://gitlab.com/sebaro/viewtube https://github.com/sebaro/viewtube
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ViewTube |
ID | hfkkgpcjliaiakfgljddganibplpohgn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/viewtube/hfkkgpcjliaiakfgljddganibplpohgn |
คำอธิบาย | Watch videos from video sharing websites with extra options. |
ขนาดไฟล์ | 41.55 KB |
จำนวนการติดตั้ง | 221 |
เวอร์ชันปัจจุบัน | 2024.3.2 |
อัปเดตครั้งล่าสุด | 2024-03-02 |
วันที่เผยแพร่ | 2020-06-04 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://sebaro.pro |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://sebaro.pro/viewtube |
URL หน้าช่วยเหลือ | http://sebaro.pro/contact/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ViewTube", "version": "2024.3.2", "description": "Watch videos from video sharing websites with extra options.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/youtube.com\/*", "http:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/m.youtube.com\/*", "https:\/\/m.youtube.com\/*", "http:\/\/dailymotion.com\/*", "http:\/\/www.dailymotion.com\/*", "https:\/\/dailymotion.com\/*", "https:\/\/www.dailymotion.com\/*", "http:\/\/vimeo.com\/*", "http:\/\/www.vimeo.com\/*", "https:\/\/vimeo.com\/*", "https:\/\/www.vimeo.com\/*", "http:\/\/veoh.com\/*", "http:\/\/www.veoh.com\/*", "https:\/\/veoh.com\/*", "https:\/\/www.veoh.com\/*", "http:\/\/imdb.com\/*", "http:\/\/www.imdb.com\/*", "https:\/\/imdb.com\/*", "https:\/\/www.imdb.com\/*" ], "js": [ "viewtube.user.js" ], "run_at": "document_end" } ], "host_permissions": [ "http:\/\/manifest.googlevideo.com\/*", "https:\/\/manifest.googlevideo.com\/*", "http:\/\/player.vimeo.com\/*", "https:\/\/player.vimeo.com\/*", "http:\/\/api.vimeo.com\/*", "https:\/\/api.vimeo.com\/*" ] } |