MLG Airhorn

Makes you pro br0

Wat is MLG Airhorn?

MLG Airhorn is een Chrome-extensie ontwikkeld door John Kelly, en de belangrijkste functie is "Makes you pro br0".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MLG Airhorn

Download MLG Airhorn-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

                        Plays an airhorn sound effect on page load can be removed by going to chrome://extensions and removing it there...                    

Basisinformatie over de Extensie

Naam MLG Airhorn MLG Airhorn
ID ahgjolgngjofibheblppklicfbnfeaei
Officiële URL https://chrome.google.com/webstore/detail/mlg-airhorn/ahgjolgngjofibheblppklicfbnfeaei
Beschrijving Makes you pro br0
Bestandsgrootte 1.53 MB
Aantal Installaties 408
Huidige Versie 4.20.2016
Laatst Bijgewerkt 2016-06-29
Publicatiedatum 2016-06-29
Beoordeling 2.18/5 Totaal 34 Beoordelingen
Ontwikkelaar John Kelly
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://john-kevin.me
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MLG Airhorn",
    "version": "4.20.2016",
    "description": "Makes you pro br0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "*.mp3"
    ],
    "manifest_version": 2
}