Genesys spell ( Minions )
This spell changes the style of Genesys | Created by : Don Giovanni
什麼是Genesys spell ( Minions )?
Genesys spell ( Minions )是由Don Giovanni開發的Chrome擴展程式,該擴展的主要功能是“This spell changes the style of Genesys | Created by : Don Giovanni ”。
擴展截圖
下載Genesys spell ( Minions )擴展crx文件
下載Genesys spell ( Minions )擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This spell changes the style of Genesys | Created by : Don Giovanni
擴展基本資訊
名稱 | |
ID | fdbfmkkdmnkildnnabbmlmkhljmbkaod |
官方網址 | https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod |
簡介 | This spell changes the style of Genesys | Created by : Don Giovanni |
檔案大小 | 69.7 KB |
安裝次數 | 14 |
目前版本 | 1.1 |
更新時間 | 2015-08-21 |
上架時間 | 2015-08-21 |
開發者 | Don Giovanni |
付費類型 | free |
支援的語言 | 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\/" ] } |