AIRHORN

Boilerplate extension for class

What is AIRHORN?

AIRHORN is a Chrome extension developed by https://toddwords.com, and its main feature is "Boilerplate extension for class".

Extension Screenshots

screenshot

Download AIRHORN Extension CRX File

Download 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 whenever you press that ` key that you never use, you know the one next to the '1' key, with the '~' on it too? Yeah its much more useful with an airhorn.                    

Extension Basic Information

Name AIRHORN AIRHORN
ID lgdilciaoommilaaclidgmipedclhnph
Official URL https://chromewebstore.google.com/detail/airhorn/lgdilciaoommilaaclidgmipedclhnph
Description Boilerplate extension for class
File Size 273 KB
Installation Count 1,519
Current Version 0.0.2
Last Updated 2022-08-10
Publish Date 2017-05-12
Rating 4.18/5 Total 22 Ratings
Developer https://toddwords.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AIRHORN",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Boilerplate extension for class",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/mousetrap.min.js",
                "lib\/jquery-1.11.1.min.js",
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "airhorn.mp3"
    ]
}