TrumpWeb Reloaded

Adds one of over 200 quotes to any mention of "Donald Trump"

What is TrumpWeb Reloaded?

TrumpWeb Reloaded is a Chrome extension developed by Gugubo, and its main feature is "Adds one of over 200 quotes to any mention of "Donald Trump"".

Extension Screenshots

screenshot

Download TrumpWeb Reloaded Extension CRX File

Download TrumpWeb Reloaded 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

                        Scans the current page for "Donald Trump", "Donald J. Trump", or "Donald John Trump" and adds one of over 200 quotes from Twitter, interviews, speeches, etc.                    

Extension Basic Information

Name TrumpWeb Reloaded TrumpWeb Reloaded
ID jcpilfondalmklojgfimmemkngfdddec
Official URL https://chromewebstore.google.com/detail/trumpweb-reloaded/jcpilfondalmklojgfimmemkngfdddec
Description Adds one of over 200 quotes to any mention of "Donald Trump"
File Size 357 KB
Installation Count 57
Current Version 1.11
Last Updated 2018-12-01
Publish Date 2018-11-26
Rating 5.00/5 Total 1 Ratings
Developer Gugubo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TrumpWeb Reloaded",
    "description": "Adds one of over 200 quotes to any mention of \"Donald Trump\" ",
    "version": "1.11",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "TRUMP"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}