The Trumpweb

Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.

Co je The Trumpweb?

The Trumpweb je rozšíření Chrome vyvinuté Patrick Hogan, a jeho hlavní funkcí je „Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Trumpweb

Stáhněte si soubory rozšíření The Trumpweb ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more. 

Developed by Fusion. Learn more at Fusion.net.                    

Základní Informace o Rozšíření

Název The Trumpweb The Trumpweb
ID fjkehfaokpmcbigmbgdhmjblecgfkedg
Oficiální URL https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg
Popis Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
Velikost souboru 10.36 KB
Počet instalací 3,664
Aktuální Verze 0.2.1
Poslední Aktualizace 2015-07-10
Datum Vydání 2015-07-10
Hodnocení 4.68/5 Celkem 297 Hodnocení
Vývojář Patrick Hogan
Typ Platby free
Webové stránky Rozšíření http://www.fusion.net
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Trumpweb",
    "version": "0.2.1",
    "description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}