EraEra

Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.

What is EraEra?

EraEra is a Chrome extension developed by Chris Markham, and its main feature is "Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.".

Extension Screenshots

screenshot

Download EraEra Extension CRX File

Download EraEra 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

                        Scroll back and forth 10 times on your trackpad/mouse wheel to enable the DJ record scratch 'EraEra' noise. Hold shift for constant 'down' scratch. Press space for airhorn. Stop scrolling for 1 second to return to normal scrolling.                    

Extension Basic Information

Name EraEra EraEra
ID bdkkicbfgpjilhccmmgjgdhndelgpbda
Official URL https://chromewebstore.google.com/detail/eraera/bdkkicbfgpjilhccmmgjgdhndelgpbda
Description Scroll up/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.
File Size 170 KB
Installation Count 30
Current Version 1.0.1
Last Updated 2016-02-03
Publish Date 2016-02-03
Rating 3.00/5 Total 2 Ratings
Developer Chris Markham
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EraEra",
    "short_name": "eraera",
    "version": "1.0.1",
    "description": "Scroll up\/down 10 times to enable DJ record scratch 'EraEra' noise! Spacebar for airhorn. Resets after 1 second of inactivity.",
    "author": "Chris Markham",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}