Overwatch Video

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

Qu'est-ce que Overwatch Video ?

Overwatch Video est une extension Chrome développée par Video_Gallery, et sa fonction principale est "Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Overwatch Video

Téléchargez les fichiers d'extension Overwatch Video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Overwatch Video Overwatch Video
ID aaidhhapmddcacmplomaofmanihckiak
URL Officiel https://chrome.google.com/webstore/detail/overwatch-video/aaidhhapmddcacmplomaofmanihckiak
Description Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.
Taille du Fichier 139 KB
Nombre d'Installations 70
Version Actuelle 2.0
Dernière Mise à Jour 2017-07-04
Date de Publication 2017-07-03
Évaluation 4.46/5 Total 13 Évaluations
Développeur Video_Gallery
Type de Paiement free
Langues Prises en Charge 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"
    }
}