Overwatch Video

Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.

Overwatch Videoとは何ですか?

Overwatch VideoはVideo_Galleryによって開発されたChromeの拡張機能で、その主な機能は「Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.」です。

拡張機能のスクリーンショット

screenshot

Overwatch Video拡張機能のCRXファイルをダウンロード

Overwatch Video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Overwatch brings video gallery about most popular multiplayer shooter game Overwatch, Assault, guns pisctures, maps nad more.

Game fans can add new video to gallery:
 * Right-click on video for adding. 
 * Click to: Add to Overwatch Video.  
 * You can only add videos from YouTube.

Please share on Twitter, G+, Facebook.                    

拡張機能の基本情報

名前 Overwatch Video Overwatch Video
ID aaidhhapmddcacmplomaofmanihckiak
公式URL https://chrome.google.com/webstore/detail/overwatch-video/aaidhhapmddcacmplomaofmanihckiak
説明 Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.
ファイルサイズ 139 KB
インストール数 70
現在のバージョン 2.0
最終更新日 2017-07-04
公開日 2017-07-03
評価 4.46/5 合計 13 レビュー
開発者 Video_Gallery
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Overwatch Video",
    "description": "Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.",
    "version": "2.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"
    }
}