Overwatch Video

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

Was ist Overwatch Video?

Overwatch Video ist eine Chrome-Erweiterung, die von Video_Gallery entwickelt wurde, und ihr Hauptmerkmal ist "Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.".

Erweiterungsscreenshots

screenshot

Overwatch Video-Erweiterungs-CRX-Datei herunterladen

Laden Sie Overwatch Video-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Overwatch Video Overwatch Video
ID aaidhhapmddcacmplomaofmanihckiak
Offizielle URL https://chrome.google.com/webstore/detail/overwatch-video/aaidhhapmddcacmplomaofmanihckiak
Beschreibung Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.
Dateigröße 139 KB
Installationsanzahl 70
Aktuelle Version 2.0
Letztes Update 2017-07-04
Veröffentlichungsdatum 2017-07-03
Bewertung 4.46/5 Insgesamt 13 Bewertungen
Entwickler Video_Gallery
Zahlungsart free
Unterstützte Sprachen 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"
    }
}