viD

Improves video and audio streaming like you have never seen before..

viD là gì?

viD là một tiện ích mở rộng Chrome được phát triển bởi Shtanz, và tính năng chính của nó là "Improves video and audio streaming like you have never seen before..".

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

Tải xuống các tệp mở rộng viD 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

                        This extension improves video and audio streaming. By combining various codacs and video compression algorithms to provide you the best experience in streaming around the web.                    

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

Tên viD viD
ID mmppljeedlfgkaaofjjhldnijmcligpm
URL Chính Thức https://chrome.google.com/webstore/detail/vid/mmppljeedlfgkaaofjjhldnijmcligpm
Mô tả Improves video and audio streaming like you have never seen before..
Kích Thước Tệp 63.44 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2012-12-06
Ngày Phát Hành 2012-12-06
Nhà Phát Triển Shtanz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "name": "viD",
    "version": "2.1",
    "description": "Improves video and audio streaming like you have never seen before..",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "w.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "y.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/user*",
                "*:\/\/*.youtube.com\/watch*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "s.js",
                "j.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "cookies",
        "management",
        "notifications",
        "contextMenus"
    ]
}