Donald Cheeto
Replace every instance of Trump with Cheeto.
Vad är Donald Cheeto?
Donald Cheeto är en Chrome-tillägg utvecklad av Aristotle, och dess huvudfunktion är "Replace every instance of Trump with Cheeto.".
Tilläggsskärmbilder
Ladda ner Donald Cheeto-förlängningens CRX-fil
Ladda ner Donald Cheeto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replace every instance of Trump with Cheeto.
If you're developer and want to add improvements, open a pull request:
https://github.com/aristotlemanolakos/Cheeto Grundläggande Information om Tillägg
| Namn | |
| ID | hmldbgdaabpbgjekkbfbmknobbnjkmcf |
| Officiell webbadress | https://chromewebstore.google.com/detail/donald-cheeto/hmldbgdaabpbgjekkbfbmknobbnjkmcf |
| Beskrivning | Replace every instance of Trump with Cheeto. |
| Filstorlek | 24.19 KB |
| Antal Installationer | 46 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2017-01-11 |
| Publiceringsdatum | 2017-01-10 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Aristotle |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Donald Cheeto",
"description": "Replace every instance of Trump with Cheeto.",
"version": "1.2",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |