Oompa J. Loompa
Replaces the name Donald Trump with Oompa Loompa
Wat is Oompa J. Loompa?
Oompa J. Loompa is een Chrome-extensie ontwikkeld door patrick.heckethorn, en de belangrijkste functie is "Replaces the name Donald Trump with Oompa Loompa".
Extensie Screenshots
Download het CRX-bestand van de extensie Oompa J. Loompa
Download Oompa J. Loompa-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
An extension to take the edge off this nightmare. Created with code from Github user myyk.
Basisinformatie over de Extensie
Naam | Oompa J. Loompa |
ID | beacnkleelddepmcipbfpkmlbakhlklb |
Officiële URL | https://chromewebstore.google.com/detail/oompa-j-loompa/beacnkleelddepmcipbfpkmlbakhlklb |
Beschrijving | Replaces the name Donald Trump with Oompa Loompa |
Bestandsgrootte | 1.32 MB |
Aantal Installaties | 18 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-01-24 |
Publicatiedatum | 2017-01-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | patrick.heckethorn |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oompa J. Loompa", "description": "Replaces the name Donald Trump with Oompa Loompa", "version": "1.0", "icons": { "128": "images\/Oompa_Loompa.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |