MLG PRO #360 CHROME SCOPE

Let's you experience the MLG pro life

什么是MLG PRO #360 CHROME SCOPE?

MLG PRO #360 CHROME SCOPE是由theFeez开发的Chrome扩展程序,该扩展的主要功能是“Let's you experience the MLG pro life”。

下载MLG PRO #360 CHROME SCOPE扩展crx文件

下载MLG PRO #360 CHROME SCOPE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With this extension, you browser has a 25% chance to go full MLG pro every time you click.                    

扩展基本信息

名称 MLG PRO #360 CHROME SCOPE MLG PRO #360 CHROME SCOPE
ID maieffieilahfpojibhdakhmpmpadigd
官方URL https://chrome.google.com/webstore/detail/mlg-pro-360-chrome-scope/maieffieilahfpojibhdakhmpmpadigd
简介 Let's you experience the MLG pro life
文件大小 8.83 KB
安装次数 80
当前版本 0.3
更新时间 2016-02-08
上架时间 2016-02-08
评分 2.33/5 共3次评分
开发者 theFeez
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MLG PRO #360 CHROME SCOPE",
    "description": "Let's you experience the MLG pro life",
    "version": "0.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "audio.js"
            ],
            "css": [
                "cursor.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}