Video Stack

Collect your videos.

Video Stack란 무엇입니까?

Video Stack은(는) Zeamy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect your videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video Stack 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - collect videos on stack
 - works with Vimeo and Youtube
 - browse your history
 - get recommended videos                    

확장 프로그램 기본 정보

이름 Video Stack Video Stack
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"
            ]
        }
    ]
}