President Shit-gibbon
Replaces Donald Trumps name with his correct title
What is President Shit-gibbon?
President Shit-gibbon is a Chrome extension developed by qilz, and its main feature is "Replaces Donald Trumps name with his correct title".
Download President Shit-gibbon Extension CRX File
Download President Shit-gibbon 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
Replaces "Donald Trump", "Donald J Trump", "Donald J. Trump", and "Donald John Trump" with "President Shit-gibbon" Replaces "Trump" with "Shit-gibbon"
Extension Basic Information
Name | |
ID | kkhbjkhecpfblklmjbaebmnagaligaim |
Official URL | https://chrome.google.com/webstore/detail/president-shit-gibbon/kkhbjkhecpfblklmjbaebmnagaligaim |
Description | Replaces Donald Trumps name with his correct title |
File Size | 3.59 KB |
Installation Count | 26 |
Current Version | 1.2 |
Last Updated | 2017-02-10 |
Publish Date | 2017-02-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | qilz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "President Shit-gibbon", "description": "Replaces Donald Trumps name with his correct title", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |