Donald to Darth
This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
Hvad er Donald to Darth?
Donald to Darth er en Chrome-udvidelse udviklet af jessehmcdonald, og dens hovedfunktion er "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page".
Udvidelsesskærmbilleder
Download Donald to Darth-udvidelses-CRX-fil
Download Donald to Darth-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Donald to Darth |
ID | epmmoednmfpdmennmmcedihlcecffdde |
Officiel URL | https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde |
Beskrivelse | This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page |
Filstørrelse | 7.88 KB |
Antal Installationer | 66 |
Nuværende Version | 1.4 |
Senest Opdateret | 2015-12-19 |
Udgivelsesdato | 2015-12-19 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | jessehmcdonald |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |