Overwatch Video

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

¿Qué es Overwatch Video?

Overwatch Video es una extensión de Chrome desarrollada por Video_Gallery, y su función principal es "Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Overwatch Video

Descarga archivos de extensión Overwatch Video en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Overwatch Video Overwatch Video
ID aaidhhapmddcacmplomaofmanihckiak
URL Oficial https://chrome.google.com/webstore/detail/overwatch-video/aaidhhapmddcacmplomaofmanihckiak
Descripción Overwatch includes video gallery of shooter game Overwatch. You can add new youtube video.
Tamaño del Archivo 139 KB
Cantidad de Instalaciones 70
Versión Actual 2.0
Última Actualización 2017-07-04
Fecha de Publicación 2017-07-03
Calificación 4.46/5 Total de 13 Calificaciones
Desarrollador Video_Gallery
Tipo de Pago free
Idiomas Soportados 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"
    }
}