Overwatch Video Gallery

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

Was ist Overwatch Video Gallery?

Overwatch Video Gallery ist eine Chrome-Erweiterung, die von 1.000.000 Downloads entwickelt wurde, und ihr Hauptmerkmal ist "Overwatch shows video gallery of action game Overwatch. Add your own video.".

Erweiterungsscreenshots

screenshot

Overwatch Video Gallery-Erweiterungs-CRX-Datei herunterladen

Laden Sie Overwatch Video Gallery-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Overwatch Video Gallery Overwatch Video Gallery
ID mfpindgeajanmhdldkkbijeeglgcmefd
Offizielle URL https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd
Beschreibung Overwatch shows video gallery of action game Overwatch. Add your own video.
Dateigröße 136 KB
Installationsanzahl 30
Aktuelle Version 1.0
Letztes Update 2016-11-22
Veröffentlichungsdatum 2016-11-22
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler 1.000.000 Downloads
Zahlungsart free
Unterstützte Sprachen 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"
    }
}