Video Stack

Collect your videos.

Video Stack là gì?

Video Stack là một tiện ích mở rộng Chrome được phát triển bởi Zeamy, và tính năng chính của nó là "Collect your videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Stack

Tải xuống các tệp mở rộng Video Stack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Stack Video Stack
ID fhmligighjnancjhngmmmlaecbeokbbi
URL Chính Thức https://chromewebstore.google.com/detail/video-stack/fhmligighjnancjhngmmmlaecbeokbbi
Mô tả Collect your videos.
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2012-10-25
Ngày Phát Hành 2012-10-25
Đánh Giá 4.76/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Zeamy
Loại Thanh Toán free
Trang Web Mở Rộng http://webolitic.com/videostack/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}