Donald Hamburgler

Replace Trump with Hamburgler to make the news easier to read

What is Donald Hamburgler?

Donald Hamburgler is a Chrome extension developed by dceu, and its main feature is "Replace Trump with Hamburgler to make the news easier to read".

Extension Screenshots

screenshot

Download Donald Hamburgler Extension CRX File

Download Donald Hamburgler 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

                        Making the news easier to read. Science.

https://github.com/rxall/donald-hamburgler                    

Extension Basic Information

Name Donald Hamburgler Donald Hamburgler
ID eeokommaohmmdicndonhmkaagpcjjihl
Official URL https://chromewebstore.google.com/detail/donald-hamburgler/eeokommaohmmdicndonhmkaagpcjjihl
Description Replace Trump with Hamburgler to make the news easier to read
File Size 42.51 KB
Installation Count 10
Current Version 0.6
Last Updated 2015-12-21
Publish Date 2015-12-21
Rating 5.00/5 Total 2 Ratings
Developer dceu
Payment Type free
Extension Website https://www.danclifford.eu
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Hamburgler",
    "description": "Replace Trump with Hamburgler to make the news easier to read",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}