Cyber to Wizard

Replaces the text 'cyber' with 'wizard'.

What is Cyber to Wizard?

Cyber to Wizard is a Chrome extension developed by Will Oberndorfer, and its main feature is "Replaces the text 'cyber' with 'wizard'.".

Extension Screenshots

screenshot

Download Cyber to Wizard Extension CRX File

Download Cyber to Wizard 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

                        Replaces 'cyber' with 'wizard'. They're the same thing, right?                    

Extension Basic Information

Name Cyber to Wizard Cyber to Wizard
ID ijefilfadoeifnioiaajdiioacmdebel
Official URL https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel
Description Replaces the text 'cyber' with 'wizard'.
File Size 3.36 KB
Installation Count 58
Current Version 1.0
Last Updated 2015-05-26
Publish Date 2015-05-25
Rating 5.00/5 Total 6 Ratings
Developer Will Oberndorfer
Payment Type free
Extension Website https://github.com/mancxvi/cyber-to-wizard
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyber to Wizard",
    "version": "1.0",
    "description": "Replaces the text 'cyber' with 'wizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}