Drumpfinator++

Add this app to your Chrome browser to make reading new articles great again.

Co je Drumpfinator++?

Drumpfinator++ je rozšíření Chrome vyvinuté McRain, a jeho hlavní funkcí je „Add this app to your Chrome browser to make reading new articles great again.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Drumpfinator++

Stáhněte si soubory rozšíření Drumpfinator++ 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í

                        Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit.

The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.                    

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

Název Drumpfinator++ Drumpfinator++
ID eojeglolelohngdhhddhpogkinjpedpi
Oficiální URL https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi
Popis Add this app to your Chrome browser to make reading new articles great again.
Velikost souboru 150 KB
Počet instalací 73
Aktuální Verze 1.0
Poslední Aktualizace 2016-03-13
Datum Vydání 2016-03-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář McRain
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpfinator++",
    "version": "1.0",
    "description": "Add this app to your Chrome browser to make reading new articles great again.",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Make Donald Drumpf Again!",
        "default_popup": "popup.html"
    }
}