Hitmarkers

An MLG extension that puts hitmarkers in your browser.

What is Hitmarkers?

Hitmarkers is a Chrome extension developed by NerdsNook, and its main feature is "An MLG extension that puts hitmarkers in your browser.".

Extension Screenshots

screenshot

Download Hitmarkers Extension CRX File

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

                        An extension puts hitmarkers in browser. This extension also makes a gun noise when you right click. When you tap on something it makes a click. This extension was designed by MLG people for MLG people.                    

Extension Basic Information

Name Hitmarkers Hitmarkers
ID cdoieoennkhjndgdmaehgdgboigjakkb
Official URL https://chromewebstore.google.com/detail/hitmarkers/cdoieoennkhjndgdmaehgdgboigjakkb
Description An MLG extension that puts hitmarkers in your browser.
File Size 162 KB
Installation Count 4,000
Current Version 4.20
Last Updated 2016-04-02
Publish Date 2016-04-01
Rating 4.10/5 Total 51 Ratings
Developer NerdsNook
Payment Type free
Extension Website http://nerdsnook.ddns.net/
Help Page URL http://nerdsnook.ddns.net/index.php/requests/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hitmarkers",
    "manifest_version": 2,
    "version": "4.20",
    "description": "An MLG extension that puts hitmarkers in your browser.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}