Genesys spell ( Minions )

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

¿Qué es Genesys spell ( Minions )?

Genesys spell ( Minions ) es una extensión de Chrome desarrollada por Don Giovanni, y su función principal es "This spell changes the style of Genesys | Created by : Don Giovanni ".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Genesys spell ( Minions )

Descarga archivos de extensión Genesys spell ( Minions ) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Genesys spell ( Minions ) Genesys spell ( Minions )
ID fdbfmkkdmnkildnnabbmlmkhljmbkaod
URL Oficial https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod
Descripción This spell changes the style of Genesys | Created by : Don Giovanni
Tamaño del Archivo 69.7 KB
Cantidad de Instalaciones 14
Versión Actual 1.1
Última Actualización 2015-08-21
Fecha de Publicación 2015-08-21
Desarrollador Don Giovanni
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}