Some Rich Asshole
Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
What is Some Rich Asshole?
Some Rich Asshole is a Chrome extension developed by drew, and its main feature is "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.".
Extension Screenshots
Download Some Rich Asshole Extension CRX File
Download Some Rich Asshole 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
A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"
Extension Basic Information
Name | |
ID | hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
Official URL | https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
Description | Replaces the text 'Donald Trump' with 'Some Rich Asshole'. |
File Size | 33.73 KB |
Installation Count | 603 |
Current Version | 1.2 |
Last Updated | 2015-09-17 |
Publish Date | 2015-09-17 |
Rating | 4.81/5 Total 72 Ratings |
Developer | drew |
[email protected] | |
Payment Type | in_app |
Extension Website | http://somerichasshole.com |
Help Page URL | http://somerichasshole.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Rich Asshole", "version": "1.2", "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |