Video PopUp
Displays Youtube and Facebook Videos in PopUp
Video PopUpคืออะไร?
Video PopUp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SecureHash และคุณลักษณะหลักของมันคือ "Displays Youtube and Facebook Videos in PopUp"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video PopUp
ดาวน์โหลดไฟล์ส่วนขยาย Video PopUp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple option to watch Youtube & Facebook videos in popup. All video in Facebook & Youtube will have "Watch PopUp" beneath it. Click "Watch PopUp" button and enjoy watching the video as POPUP, without moving from your current page. This extension can parse the YouTube & Facebook page that you're viewing so that it can clone the video from it and show it as PopUp. This extension is created and powered by IVDBs.com. IVDBs.com is a video search solution, where you can search for millions of videos. Vidoes played using this extension, details imported to IVDBs database to provide better search result in the website. Since the service is provided and powered by IVDBs.com. The Like & Share will be credited to IVDBs.com website. Google Analytic is included to track the videos watched and the performance of the extension. Any suggestion and feedback are welcome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fgphfmhnkmobhfflglpmgkbmopmgmejf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/video-popup/fgphfmhnkmobhfflglpmgkbmopmgmejf |
คำอธิบาย | Displays Youtube and Facebook Videos in PopUp |
ขนาดไฟล์ | 110 KB |
จำนวนการติดตั้ง | 381 |
เวอร์ชันปัจจุบัน | 0.0.0.4 |
อัปเดตครั้งล่าสุด | 2014-08-21 |
วันที่เผยแพร่ | 2014-08-19 |
คะแนน | 3.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | SecureHash |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://ivdbs.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video PopUp", "description": "Displays Youtube and Facebook Videos in PopUp", "manifest_version": 2, "version": "0.0.0.4", "short_name": "Video PopUp", "browser_action": { "default_title": "Video PopUp", "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "externally_connectable": { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.google.com\/*" ] }, "content_scripts": [ { "matches": [ " |