Overwatch Video Gallery

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

什么是Overwatch Video Gallery?

Overwatch Video Gallery是由1.000.000 Downloads开发的Chrome扩展程序,该扩展的主要功能是“Overwatch shows video gallery of action game Overwatch. Add your own video.”。

扩展截图

screenshot

下载Overwatch Video Gallery扩展crx文件

下载Overwatch Video Gallery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Overwatch Video Gallery Overwatch Video Gallery
ID mfpindgeajanmhdldkkbijeeglgcmefd
官方URL https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd
简介 Overwatch shows video gallery of action game Overwatch. Add your own video.
文件大小 136 KB
安装次数 30
当前版本 1.0
更新时间 2016-11-22
上架时间 2016-11-22
评分 2.33/5 共3次评分
开发者 1.000.000 Downloads
付费类型 free
支持的语言 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"
    }
}