Genesys spell ( Minions )

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

Hvad er Genesys spell ( Minions )?

Genesys spell ( Minions ) er en Chrome-udvidelse udviklet af Don Giovanni, og dens hovedfunktion er "This spell changes the style of Genesys | Created by : Don Giovanni ".

Udvidelsesskærmbilleder

screenshot

Download Genesys spell ( Minions )-udvidelses-CRX-fil

Download Genesys spell ( Minions )-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Genesys spell ( Minions ) Genesys spell ( Minions )
ID fdbfmkkdmnkildnnabbmlmkhljmbkaod
Officiel URL https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod
Beskrivelse This spell changes the style of Genesys | Created by : Don Giovanni
Filstørrelse 69.7 KB
Antal Installationer 14
Nuværende Version 1.1
Senest Opdateret 2015-08-21
Udgivelsesdato 2015-08-21
Udvikler Don Giovanni
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}