Overwatch Video Gallery

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

Hvad er Overwatch Video Gallery?

Overwatch Video Gallery er en Chrome-udvidelse udviklet af 1.000.000 Downloads, og dens hovedfunktion er "Overwatch shows video gallery of action game Overwatch. Add your own video.".

Udvidelsesskærmbilleder

screenshot

Download Overwatch Video Gallery-udvidelses-CRX-fil

Download Overwatch Video Gallery-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Overwatch Video Gallery Overwatch Video Gallery
ID mfpindgeajanmhdldkkbijeeglgcmefd
Officiel URL https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd
Beskrivelse Overwatch shows video gallery of action game Overwatch. Add your own video.
Filstørrelse 136 KB
Antal Installationer 30
Nuværende Version 1.0
Senest Opdateret 2016-11-22
Udgivelsesdato 2016-11-22
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler 1.000.000 Downloads
Betalingsmetode free
Understøttede Sprog 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"
    }
}