MLG PRO #360 CHROME SCOPE

Let's you experience the MLG pro life

Wat is MLG PRO #360 CHROME SCOPE?

MLG PRO #360 CHROME SCOPE is een Chrome-extensie ontwikkeld door theFeez, en de belangrijkste functie is "Let's you experience the MLG pro life".

Download het CRX-bestand van de extensie MLG PRO #360 CHROME SCOPE

Download MLG PRO #360 CHROME SCOPE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam MLG PRO #360 CHROME SCOPE MLG PRO #360 CHROME SCOPE
ID maieffieilahfpojibhdakhmpmpadigd
Officiële URL https://chrome.google.com/webstore/detail/mlg-pro-360-chrome-scope/maieffieilahfpojibhdakhmpmpadigd
Beschrijving Let's you experience the MLG pro life
Bestandsgrootte 8.83 KB
Aantal Installaties 80
Huidige Versie 0.3
Laatst Bijgewerkt 2016-02-08
Publicatiedatum 2016-02-08
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar theFeez
Betalingswijze free
Ondersteunde Talen 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"
    ]
}