Trumpinator 3000
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
Qu'est-ce que Trumpinator 3000 ?
Trumpinator 3000 est une extension Chrome développée par boomeasy, et sa fonction principale est "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trumpinator 3000
Téléchargez les fichiers d'extension Trumpinator 3000 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
Make the web great again! Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again! inspired by trumpweb with additional quotes and some bug fixes.
Informations de Base sur l'Extension
Nom | Trumpinator 3000 |
ID | khfhhpmllkcdelbmpilggheoeopjhdmk |
URL Officiel | https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk |
Description | Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again! |
Taille du Fichier | 61.52 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2016-01-24 |
Date de Publication | 2016-01-23 |
Développeur | boomeasy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/trumpinator3000 |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumpinator 3000", "version": "0.1.2", "description": "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!", "icons": { "16": "16x16_crop_trumper.png", "48": "48x48_crop_trumper.png", "128": "128x128_crop_trumper.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |