Overwatch Video Gallery

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

O que é Overwatch Video Gallery?

Overwatch Video Gallery é uma extensão do Chrome desenvolvida por 1.000.000 Downloads, e sua principal característica é "Overwatch shows video gallery of action game Overwatch. Add your own video.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Overwatch Video Gallery

Baixe arquivos de extensão Overwatch Video Gallery no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Overwatch Video Gallery Overwatch Video Gallery
ID mfpindgeajanmhdldkkbijeeglgcmefd
URL Oficial https://chrome.google.com/webstore/detail/overwatch-video-gallery/mfpindgeajanmhdldkkbijeeglgcmefd
Descrição Overwatch shows video gallery of action game Overwatch. Add your own video.
Tamanho do Arquivo 136 KB
Contagem de Instalações 30
Versão Atual 1.0
Última Atualização 2016-11-22
Data de Publicação 2016-11-22
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor 1.000.000 Downloads
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}