Ward to Beardy McTraitorson

Replaces the text 'Ward' with 'Beardy McTraitorson'.

What is Ward to Beardy McTraitorson?

Ward to Beardy McTraitorson is a Chrome extension developed by Andrew, and its main feature is "Replaces the text 'Ward' with 'Beardy McTraitorson'.".

Extension Screenshots

screenshot

Download Ward to Beardy McTraitorson Extension CRX File

Download Ward to Beardy McTraitorson 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 "Ward" with "Beardy McTraitorson"

Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt                    

Extension Basic Information

Name Ward to Beardy McTraitorson Ward to Beardy McTraitorson
ID eeiloalhakajfbkokmlmlmkdbcidinfd
Official URL https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd
Description Replaces the text 'Ward' with 'Beardy McTraitorson'.
File Size 3.36 KB
Installation Count 23
Current Version 1.0
Last Updated 2014-09-25
Publish Date 2014-09-25
Rating 5.00/5 Total 5 Ratings
Developer Andrew
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ward to Beardy McTraitorson",
    "version": "1.0",
    "description": "Replaces the text 'Ward' with 'Beardy McTraitorson'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}