Genesys spell ( Minions )
This spell changes the style of Genesys | Created by : Don Giovanni
Cos'è Genesys spell ( Minions )?
Genesys spell ( Minions ) è un'estensione di Chrome sviluppata da Don Giovanni, e la sua funzione principale è "This spell changes the style of Genesys | Created by : Don Giovanni ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Genesys spell ( Minions )
Scarica i file di estensione Genesys spell ( Minions ) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This spell changes the style of Genesys | Created by : Don Giovanni
Informazioni di Base sull'Estensione
Nome | |
ID | fdbfmkkdmnkildnnabbmlmkhljmbkaod |
URL Ufficiale | https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod |
Descrizione | This spell changes the style of Genesys | Created by : Don Giovanni |
Dimensione del File | 69.7 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-08-21 |
Data di Pubblicazione | 2015-08-21 |
Sviluppatore | Don Giovanni |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |