Trump to Angry Mango

It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.

What is Trump to Angry Mango?

Trump to Angry Mango is a Chrome extension developed by angrymango, and its main feature is "It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.".

Extension Screenshots

screenshot

Download Trump to Angry Mango Extension CRX File

Download Trump to Angry Mango 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

                        Converts every occurrence of Trump to Angry Mango.                    

Extension Basic Information

Name Trump to Angry Mango Trump to Angry Mango
ID mkkfepolbfhfcmdddmegcogkokcgcakg
Official URL https://chromewebstore.google.com/detail/trump-to-angry-mango/mkkfepolbfhfcmdddmegcogkokcgcakg
Description It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.
File Size 1.16 MB
Installation Count 11
Current Version 1.0.2
Last Updated 2016-11-12
Publish Date 2016-11-12
Rating 5.00/5 Total 1 Ratings
Developer angrymango
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Angry Mango",
    "description": "It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "mango_128.png"
    }
}