Overwatch Video Gallery

Overwatch shows video gallery of action game Overwatch. Add your own video.

Qu'est-ce que Overwatch Video Gallery ?

Overwatch Video Gallery est une extension Chrome développée par 1.000.000 Downloads, et sa fonction principale est "Overwatch shows video gallery of action game Overwatch. Add your own video.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Overwatch Video Gallery 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 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                    

Informations de Base sur l'Extension

Nom Overwatch Video Gallery Overwatch Video Gallery
ID mfpindgeajanmhdldkkbijeeglgcmefd
URL Officiel https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd
Description Overwatch shows video gallery of action game Overwatch. Add your own video.
Taille du Fichier 136 KB
Nombre d'Installations 30
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-22
Date de Publication 2016-11-22
Évaluation 2.33/5 Total 3 Évaluations
Développeur 1.000.000 Downloads
Type de Paiement free
Langues Prises en Charge 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"
    }
}