Cheeto Jesus
This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.
Wat is Cheeto Jesus?
Cheeto Jesus is een Chrome-extensie ontwikkeld door jermaine.m.jones3, en de belangrijkste functie is "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.".
Download het CRX-bestand van de extensie Cheeto Jesus
Download Cheeto Jesus-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
bug fixes
Basisinformatie over de Extensie
Naam | |
ID | jmnhadhobejingfpfoheoibhkehkhlfm |
Officiële URL | https://chrome.google.com/webstore/detail/cheeto-jesus/jmnhadhobejingfpfoheoibhkehkhlfm |
Beschrijving | This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson. |
Bestandsgrootte | 208 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2016-06-24 |
Publicatiedatum | 2016-06-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jermaine.m.jones3 |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cheeto Jesus", "description": "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.", "version": "1.1.3", "browser_action": { "default_icon": "icon.png", "default_title": "Donald Trump is Cheeto Jesus." }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cheeto.js" ], "run_at": "document_end" } ] } |