Donald Potato
replace Trump's name with 'Potato' on webpages for your amusement and mine.
Wat is Donald Potato?
Donald Potato is een Chrome-extensie ontwikkeld door yuekaim, en de belangrijkste functie is "replace Trump's name with 'Potato' on webpages for your amusement and mine.".
Extensie Screenshots
Download het CRX-bestand van de extensie Donald Potato
Download Donald Potato-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
#donaldjpotato Basisinformatie over de Extensie
| Naam | |
| ID | llhcanmhefaidgbmahifbdhgeppcbdea |
| Officiële URL | https://chromewebstore.google.com/detail/donald-potato/llhcanmhefaidgbmahifbdhgeppcbdea |
| Beschrijving | replace Trump's name with 'Potato' on webpages for your amusement and mine. |
| Bestandsgrootte | 3.54 KB |
| Aantal Installaties | 73 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-01-10 |
| Publicatiedatum | 2017-01-09 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | yuekaim |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Donald Potato",
"description": "replace Trump's name with 'Potato' on webpages for your amusement and mine.",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |