Hack to Stack

Turns all instances of 'hack' into 'stack' in Chrome.

What is Hack to Stack?

Hack to Stack is a Chrome extension developed by elvinyung1, and its main feature is "Turns all instances of 'hack' into 'stack' in Chrome.".

Download Hack to Stack Extension CRX File

Download Hack to Stack 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

                        Turns all instances of 'hack' into 'stack' in Chrome.

You asked for this.                    

Extension Basic Information

Name Hack to Stack Hack to Stack
ID akigalajcdgbiphkpdpfoiikdhbhfend
Official URL https://chrome.google.com/webstore/detail/hack-to-stack/akigalajcdgbiphkpdpfoiikdhbhfend
Description Turns all instances of 'hack' into 'stack' in Chrome.
File Size 3.4 KB
Installation Count 36
Current Version 0.1
Last Updated 2014-09-22
Publish Date 2014-09-22
Rating 4.00/5 Total 4 Ratings
Developer elvinyung1
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack to Stack",
    "version": "0.1",
    "description": "Turns all instances of 'hack' into 'stack' in Chrome.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}