Video Stack
Collect your videos.
Video Stackคืออะไร?
Video Stack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zeamy และคุณลักษณะหลักของมันคือ "Collect your videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Stack
ดาวน์โหลดไฟล์ส่วนขยาย Video Stack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- collect videos on stack - works with Vimeo and Youtube - browse your history - get recommended videos
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Stack |
ID | fhmligighjnancjhngmmmlaecbeokbbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-stack/fhmligighjnancjhngmmmlaecbeokbbi |
คำอธิบาย | Collect your videos. |
ขนาดไฟล์ | 166 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2012-10-25 |
วันที่เผยแพร่ | 2012-10-25 |
คะแนน | 4.76/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | Zeamy |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://webolitic.com/videostack/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Stack", "version": "2.0", "manifest_version": 2, "description": "Collect your videos.", "icons": { "16": "static\/img\/icon16.png", "48": "static\/img\/icon48.png", "128": "static\/img\/icon128.png" }, "browser_action": { "default_icon": "static\/img\/icon48.png", "default_title": "Video Stack", "default_popup": "index.html" }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch?v=*", "http:\/\/vimeo.com\/*" ], "js": [ "static\/js\/lib\/jquery.js", "static\/js\/common\/Message.js", "static\/js\/business\/UrlManager.js", "static\/js\/business\/CommunicatorManager.js", "static\/js\/helper\/html.js", "static\/js\/content\/Processor.js", "static\/js\/content\/observer.js" ] } ] } |