Overwatch Video Gallery

Overwatch shows video gallery of action game Overwatch. Add your own video.

Overwatch Video Gallery là gì?

Overwatch Video Gallery là một tiện ích mở rộng Chrome được phát triển bởi 1.000.000 Downloads, và tính năng chính của nó là "Overwatch shows video gallery of action game Overwatch. Add your own video.".

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

screenshot

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

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

                        Overwatch contains video gallery about shooter game Overwatch, highlights, assault, etc.

ADD, BROWSE and EDIT GALLERY: 
 - Right-click on video for adding + Click to: INTO Overwatch Video Gallery.
 - Browse and Edit in the icon app.
 - You can only add videos from YouTube. 

#all#for#fans                    

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

Tên Overwatch Video Gallery Overwatch Video Gallery
ID mfpindgeajanmhdldkkbijeeglgcmefd
URL Chính Thức https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd
Mô tả Overwatch shows video gallery of action game Overwatch. Add your own video.
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-11-22
Ngày Phát Hành 2016-11-22
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển 1.000.000 Downloads
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Overwatch Video Gallery",
    "description": "Overwatch shows video gallery of action game Overwatch. Add your own video.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "conf.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img_sep\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img_sep\/ico_16.png",
        "48": "img_sep\/ico_48.png"
    }
}