Donald to Darth
This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
Qu'est-ce que Donald to Darth ?
Donald to Darth est une extension Chrome développée par jessehmcdonald, et sa fonction principale est "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Donald to Darth
Téléchargez les fichiers d'extension Donald to Darth 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
Well after hearing about all these politics people are getting bored. It is time to spice things up a bit! The Chrome Extension Changes famous politicians names to Star Wars Characters!
Informations de Base sur l'Extension
Nom | Donald to Darth |
ID | epmmoednmfpdmennmmcedihlcecffdde |
URL Officiel | https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde |
Description | This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page |
Taille du Fichier | 7.88 KB |
Nombre d'Installations | 66 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2015-12-19 |
Date de Publication | 2015-12-19 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | jessehmcdonald |
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 to Darth", "description": "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page", "version": "1.4", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/www.google-analytics.com\/", "storage" ], "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |