Overwatch Video Gallery

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

Cos'è Overwatch Video Gallery?

Overwatch Video Gallery è un'estensione di Chrome sviluppata da 1.000.000 Downloads, e la sua funzione principale è "Overwatch shows video gallery of action game Overwatch. Add your own video.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Overwatch Video Gallery

Scarica i file di estensione Overwatch Video Gallery in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Overwatch Video Gallery Overwatch Video Gallery
ID mfpindgeajanmhdldkkbijeeglgcmefd
URL Ufficiale https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd
Descrizione Overwatch shows video gallery of action game Overwatch. Add your own video.
Dimensione del File 136 KB
Conteggio Installazioni 30
Versione Corrente 1.0
Ultimo Aggiornamento 2016-11-22
Data di Pubblicazione 2016-11-22
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore 1.000.000 Downloads
Tipo di Pagamento free
Lingue Supportate 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"
    }
}