Billary Clinton

Changes all text containing 'Hillary Clinton' to 'Billary Clinton'

What is Billary Clinton?

Billary Clinton is a Chrome extension developed by stubuchbinder79, and its main feature is "Changes all text containing 'Hillary Clinton' to 'Billary Clinton'".

Extension Screenshots

screenshot

Download Billary Clinton Extension CRX File

Download Billary Clinton 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

                        Hillary Clinton  will never escape her husband's shadow.  This extension changes all occurrences of 'Hillary Clinton' to 'Billary Clinton'                    

Extension Basic Information

Name Billary Clinton Billary Clinton
ID ifhboffmilcifpimbdjbnljhdnkaacnp
Official URL https://chromewebstore.google.com/detail/billary-clinton/ifhboffmilcifpimbdjbnljhdnkaacnp
Description Changes all text containing 'Hillary Clinton' to 'Billary Clinton'
File Size 3.53 KB
Installation Count 18
Current Version 0.1
Last Updated 2016-03-04
Publish Date 2016-03-04
Rating 5.00/5 Total 1 Ratings
Developer stubuchbinder79
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Billary Clinton",
    "description": "Changes all text containing 'Hillary Clinton' to 'Billary Clinton'",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}