Knox to Jackie Handz

Replaces the text 'Andrew Knox' with 'Jackie Handz'.

What is Knox to Jackie Handz?

Knox to Jackie Handz is a Chrome extension developed by Dick Hatch, and its main feature is "Replaces the text 'Andrew Knox' with 'Jackie Handz'.".

Extension Screenshots

screenshot
screenshot

Download Knox to Jackie Handz Extension CRX File

Download Knox to Jackie Handz 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

                                            

Extension Basic Information

Name Knox to Jackie Handz Knox to Jackie Handz
ID mcedooifonhkbamlbanngbbckbkihiho
Official URL https://chromewebstore.google.com/detail/knox-to-jackie-handz/mcedooifonhkbamlbanngbbckbkihiho
Description Replaces the text 'Andrew Knox' with 'Jackie Handz'.
File Size 31.11 KB
Installation Count 18
Current Version 1.2
Last Updated 2015-04-30
Publish Date 2015-04-30
Rating 5.00/5 Total 2 Ratings
Developer Dick Hatch
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Knox to Jackie Handz",
    "version": "1.2",
    "description": "Replaces the text 'Andrew Knox' with 'Jackie Handz'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}