VideoStickers
This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling
VideoStickersคืออะไร?
VideoStickers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย peled.roy และคุณลักษณะหลักของมันคือ "This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VideoStickers
ดาวน์โหลดไฟล์ส่วนขยาย VideoStickers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Once installed, each video you will start to play on Facebook will have a pop-out button on its top right corner. When clicked, the video will remain in a fixed position to the bottom left corner of your browser, so you can scroll away without losing the video! (Idea by David Davidov)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VideoStickers |
ID | hbcaipbjipmgbdlkdlmdbdenaadelcib |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/videostickers/hbcaipbjipmgbdlkdlmdbdenaadelcib |
คำอธิบาย | This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling |
ขนาดไฟล์ | 9.18 KB |
จำนวนการติดตั้ง | 128 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-06-25 |
วันที่เผยแพร่ | 2013-06-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | peled.roy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VideoStickers", "version": "1.1", "description": "This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling", "icons": { "128": "logo.png" }, "permissions": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "content_scripts": [ { "js": [ "filter.js" ], "css": [ "inject.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "default-src 'self' * 'unsafe-inline' 'unsafe-eval'; object-src 'self'; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/graph.facebook.com https:\/\/api-read.facebook.com", "web_accessible_resources": [ "back.png", "pop.png" ] } |