VideoStickers
This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling
什么是VideoStickers?
VideoStickers是由peled.roy开发的Chrome扩展程序,该扩展的主要功能是“This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling”。
扩展截图
下载VideoStickers扩展crx文件
下载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" ] } |