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 ”。

扩展截图

screenshot

下载Genesys spell ( Minions )扩展crx文件

下载Genesys spell ( Minions )扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Genesys spell ( Minions ) Genesys spell ( Minions )
ID fdbfmkkdmnkildnnabbmlmkhljmbkaod
官方URL 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\/"
    ]
}