Trump To Butt
Replaces the text 'Trump' with 'Butt'.
Wat is Trump To Butt?
Trump To Butt is een Chrome-extensie ontwikkeld door timetoplatypus, en de belangrijkste functie is "Replaces the text 'Trump' with 'Butt'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump To Butt
Download Trump To Butt-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
This extension replaces "Donald Trump" with "Donald Butt" on each webpage you visit. Basisinformatie over de Extensie
| Naam | |
| ID | hmnfdkchaobhibkmhndamnoajecjllgn |
| Officiële URL | https://chromewebstore.google.com/detail/trump-to-butt/hmnfdkchaobhibkmhndamnoajecjllgn |
| Beschrijving | Replaces the text 'Trump' with 'Butt'. |
| Bestandsgrootte | 56.77 KB |
| Aantal Installaties | 62 |
| Huidige Versie | 3.0 |
| Laatst Bijgewerkt | 2016-01-03 |
| Publicatiedatum | 2016-01-03 |
| Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | timetoplatypus |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump To Butt",
"version": "3.0",
"description": "Replaces the text 'Trump' with 'Butt'.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |