Make Trump Burger Again

Replaces images of Trump with delicious burgers.

What is Make Trump Burger Again?

Make Trump Burger Again is a Chrome extension developed by AQS, and its main feature is "Replaces images of Trump with delicious burgers.".

Extension Screenshots

screenshot

Download Make Trump Burger Again Extension CRX File

Download Make Trump Burger Again 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

                                            

Extension Basic Information

Name Make Trump Burger Again Make Trump Burger Again
ID laphclamlodlnkaicijbcflfmhpebnno
Official URL https://chromewebstore.google.com/detail/make-trump-burger-again/laphclamlodlnkaicijbcflfmhpebnno
Description Replaces images of Trump with delicious burgers.
File Size 20.57 KB
Installation Count 796
Current Version 1.2
Last Updated 2016-11-11
Publish Date 2016-11-10
Rating 3.60/5 Total 67 Ratings
Developer AQS
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make Trump Burger Again",
    "description": "Replaces images of Trump with delicious burgers.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}