Donald Hamburgler

Replace Trump with Hamburgler to make the news easier to read

Wat is Donald Hamburgler?

Donald Hamburgler is een Chrome-extensie ontwikkeld door dceu, en de belangrijkste functie is "Replace Trump with Hamburgler to make the news easier to read".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Donald Hamburgler

Download Donald Hamburgler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Making the news easier to read. Science.

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

Basisinformatie over de Extensie

Naam Donald Hamburgler Donald Hamburgler
ID eeokommaohmmdicndonhmkaagpcjjihl
Officiële URL https://chromewebstore.google.com/detail/donald-hamburgler/eeokommaohmmdicndonhmkaagpcjjihl
Beschrijving Replace Trump with Hamburgler to make the news easier to read
Bestandsgrootte 42.51 KB
Aantal Installaties 10
Huidige Versie 0.6
Laatst Bijgewerkt 2015-12-21
Publicatiedatum 2015-12-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar dceu
Betalingswijze free
Extensiewebsite https://www.danclifford.eu
Ondersteunde Talen 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"
    }
}