Donald to Darth
This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
What is Donald to Darth?
Donald to Darth is a Chrome extension developed by jessehmcdonald, and its main feature is "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page".
Extension Screenshots
Download Donald to Darth Extension CRX File
Download Donald to Darth extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Donald to Darth |
ID | epmmoednmfpdmennmmcedihlcecffdde |
Official URL | 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 |
File Size | 7.88 KB |
Installation Count | 66 |
Current Version | 1.4 |
Last Updated | 2015-12-19 |
Publish Date | 2015-12-19 |
Rating | 4.00/5 Total 4 Ratings |
Developer | jessehmcdonald |
Payment Type | free |
Supported Languages | 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" } ] } |