Donald Trump is a Sweet Potato

Changes all occurrences of the text 'Donald Trump' to 'Trump, the angry sweet potato'.

What is Donald Trump is a Sweet Potato?

Donald Trump is a Sweet Potato is a Chrome extension developed by Unknown, and its main feature is "Changes all occurrences of the text 'Donald Trump' to 'Trump, the angry sweet potato'.".

Extension Screenshots

screenshot

Download Donald Trump is a Sweet Potato Extension CRX File

Download Donald Trump is a Sweet Potato 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

                        Changes all occurrences of the text 'Donald Trump' to 'Trump, the angry sweet potato'.                    

Extension Basic Information

Name Donald Trump is a Sweet Potato Donald Trump is a Sweet Potato
ID habcojlfaccdbgkfebgfjefpeppbiedi
Official URL https://chromewebstore.google.com/detail/donald-trump-is-a-sweet-p/habcojlfaccdbgkfebgfjefpeppbiedi
Description Changes all occurrences of the text 'Donald Trump' to 'Trump, the angry sweet potato'.
File Size 24.36 KB
Installation Count 22
Current Version 0.1
Last Updated 2019-02-02
Publish Date 2019-02-01
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump is a Sweet Potato",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}