Donald Potato
replace Trump's name with 'Potato' on webpages for your amusement and mine.
Qu'est-ce que Donald Potato ?
Donald Potato est une extension Chrome développée par yuekaim, et sa fonction principale est "replace Trump's name with 'Potato' on webpages for your amusement and mine.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Donald Potato
Téléchargez les fichiers d'extension Donald Potato au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
#donaldjpotato
Informations de Base sur l'Extension
Nom | Donald Potato |
ID | llhcanmhefaidgbmahifbdhgeppcbdea |
URL Officiel | https://chromewebstore.google.com/detail/donald-potato/llhcanmhefaidgbmahifbdhgeppcbdea |
Description | replace Trump's name with 'Potato' on webpages for your amusement and mine. |
Taille du Fichier | 3.54 KB |
Nombre d'Installations | 73 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-01-10 |
Date de Publication | 2017-01-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | yuekaim |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |