MLG PRO #360 CHROME SCOPE

Let's you experience the MLG pro life

What is MLG PRO #360 CHROME SCOPE?

MLG PRO #360 CHROME SCOPE is a Chrome extension developed by theFeez, and its main feature is "Let's you experience the MLG pro life".

Download MLG PRO #360 CHROME SCOPE Extension CRX File

Download MLG PRO #360 CHROME SCOPE 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

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

Extension Basic Information

Name MLG PRO #360 CHROME SCOPE MLG PRO #360 CHROME SCOPE
ID maieffieilahfpojibhdakhmpmpadigd
Official URL https://chrome.google.com/webstore/detail/mlg-pro-360-chrome-scope/maieffieilahfpojibhdakhmpmpadigd
Description Let's you experience the MLG pro life
File Size 8.83 KB
Installation Count 80
Current Version 0.3
Last Updated 2016-02-08
Publish Date 2016-02-08
Rating 2.33/5 Total 3 Ratings
Developer theFeez
Payment Type free
Supported Languages 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"
    ]
}