MLG Airhorn
Makes you pro br0
What is MLG Airhorn?
MLG Airhorn is a Chrome extension developed by John Kelly, and its main feature is "Makes you pro br0".
Extension Screenshots
Download MLG Airhorn Extension CRX File
Download MLG Airhorn 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
Plays an airhorn sound effect on page load can be removed by going to chrome://extensions and removing it there...
Extension Basic Information
Name | |
ID | ahgjolgngjofibheblppklicfbnfeaei |
Official URL | https://chrome.google.com/webstore/detail/mlg-airhorn/ahgjolgngjofibheblppklicfbnfeaei |
Description | Makes you pro br0 |
File Size | 1.53 MB |
Installation Count | 408 |
Current Version | 4.20.2016 |
Last Updated | 2016-06-29 |
Publish Date | 2016-06-29 |
Rating | 2.18/5 Total 34 Ratings |
Developer | John Kelly |
[email protected] | |
Payment Type | free |
Extension Website | https://john-kevin.me |
Supported Languages | 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 } |