Donald to Darth
This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
Τι είναι το Donald to Darth;
Το Donald to Darth είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jessehmcdonald, και η κύρια λειτουργία του είναι "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Donald to Darth
Λήψη αρχείων επέκτασης Donald to Darth σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Donald to Darth |
ID | epmmoednmfpdmennmmcedihlcecffdde |
Επίσημο URL | https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde |
Περιγραφή | This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page |
Μέγεθος Αρχείου | 7.88 KB |
Αριθμός Εγκαταστάσεων | 66 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2015-12-19 |
Ημερομηνία Δημοσίευσης | 2015-12-19 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | jessehmcdonald |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } ] } |