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 |
| 官方網址 | 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"
]
}
]
} | |