Video Stack
Collect your videos.
Video Stackとは何ですか?
Video StackはZeamyによって開発されたChromeの拡張機能で、その主な機能は「Collect your videos.」です。
拡張機能のスクリーンショット
Video Stack拡張機能のCRXファイルをダウンロード
Video Stack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- collect videos on stack
- works with Vimeo and Youtube
- browse your history
- get recommended videos 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |