Genesys spell ( Minions )

This spell changes the style of Genesys | Created by : Don Giovanni

O que é Genesys spell ( Minions )?

Genesys spell ( Minions ) é uma extensão do Chrome desenvolvida por Don Giovanni, e sua principal característica é "This spell changes the style of Genesys | Created by : Don Giovanni ".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Genesys spell ( Minions )

Baixe arquivos de extensão Genesys spell ( Minions ) 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

                        This spell changes the style of Genesys | Created by : Don Giovanni                    

Informações Básicas da Extensão

Nome Genesys spell ( Minions ) Genesys spell ( Minions )
ID fdbfmkkdmnkildnnabbmlmkhljmbkaod
URL Oficial https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod
Descrição This spell changes the style of Genesys | Created by : Don Giovanni
Tamanho do Arquivo 69.7 KB
Contagem de Instalações 14
Versão Atual 1.1
Última Atualização 2015-08-21
Data de Publicação 2015-08-21
Desenvolvedor Don Giovanni
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genesys spell ( Minions )",
    "description": "This spell changes the style of Genesys | Created by : Don Giovanni ",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/service7.soundbite.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/service7.soundbite.com\/"
    ]
}