Genesys spell ( Minions )
This spell changes the style of Genesys | Created by : Don Giovanni
What is Genesys spell ( Minions )?
Genesys spell ( Minions ) is a Chrome extension developed by Don Giovanni, and its main feature is "This spell changes the style of Genesys | Created by : Don Giovanni ".
Extension Screenshots
Download Genesys spell ( Minions ) Extension CRX File
Download Genesys spell ( Minions ) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This spell changes the style of Genesys | Created by : Don Giovanni
Extension Basic Information
Name | |
ID | fdbfmkkdmnkildnnabbmlmkhljmbkaod |
Official URL | https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod |
Description | This spell changes the style of Genesys | Created by : Don Giovanni |
File Size | 69.7 KB |
Installation Count | 14 |
Current Version | 1.1 |
Last Updated | 2015-08-21 |
Publish Date | 2015-08-21 |
Developer | Don Giovanni |
Payment Type | free |
Supported Languages | 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\/" ] } |