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
官方網址 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"
    }
}