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) 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |