MLG PRO #360 CHROME SCOPE

Let's you experience the MLG pro life

Cos'è MLG PRO #360 CHROME SCOPE?

MLG PRO #360 CHROME SCOPE è un'estensione di Chrome sviluppata da theFeez, e la sua funzione principale è "Let's you experience the MLG pro life".

Scarica il file CRX dell'estensione MLG PRO #360 CHROME SCOPE

Scarica i file di estensione MLG PRO #360 CHROME SCOPE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome MLG PRO #360 CHROME SCOPE MLG PRO #360 CHROME SCOPE
ID maieffieilahfpojibhdakhmpmpadigd
URL Ufficiale https://chrome.google.com/webstore/detail/mlg-pro-360-chrome-scope/maieffieilahfpojibhdakhmpmpadigd
Descrizione Let's you experience the MLG pro life
Dimensione del File 8.83 KB
Conteggio Installazioni 80
Versione Corrente 0.3
Ultimo Aggiornamento 2016-02-08
Data di Pubblicazione 2016-02-08
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore theFeez
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}