Genesys spell ( Minions )

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

Wat is Genesys spell ( Minions )?

Genesys spell ( Minions ) is een Chrome-extensie ontwikkeld door Don Giovanni, en de belangrijkste functie is "This spell changes the style of Genesys | Created by : Don Giovanni ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Genesys spell ( Minions )

Download Genesys spell ( Minions )-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Genesys spell ( Minions ) Genesys spell ( Minions )
ID fdbfmkkdmnkildnnabbmlmkhljmbkaod
Officiële URL https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod
Beschrijving This spell changes the style of Genesys | Created by : Don Giovanni
Bestandsgrootte 69.7 KB
Aantal Installaties 14
Huidige Versie 1.1
Laatst Bijgewerkt 2015-08-21
Publicatiedatum 2015-08-21
Ontwikkelaar Don Giovanni
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}