Genesys spell ( Minions )

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

Was ist Genesys spell ( Minions )?

Genesys spell ( Minions ) ist eine Chrome-Erweiterung, die von Don Giovanni entwickelt wurde, und ihr Hauptmerkmal ist "This spell changes the style of Genesys | Created by : Don Giovanni ".

Erweiterungsscreenshots

screenshot

Genesys spell ( Minions )-Erweiterungs-CRX-Datei herunterladen

Laden Sie Genesys spell ( Minions )-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Genesys spell ( Minions ) Genesys spell ( Minions )
ID fdbfmkkdmnkildnnabbmlmkhljmbkaod
Offizielle URL https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod
Beschreibung This spell changes the style of Genesys | Created by : Don Giovanni
Dateigröße 69.7 KB
Installationsanzahl 14
Aktuelle Version 1.1
Letztes Update 2015-08-21
Veröffentlichungsdatum 2015-08-21
Entwickler Don Giovanni
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}