Trumpify Internet
Trump's favorite nicknames conquering whole internet
What is Trumpify Internet?
Trumpify Internet is a Chrome extension developed by https://www.basedworks.com, and its main feature is "Trump's favorite nicknames conquering whole internet".
Extension Screenshots
Download Trumpify Internet Extension CRX File
Download Trumpify Internet 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
Replace "Hillary Clinton" with "Crooked Hillary" everywhere on internet.
Extension Basic Information
Name | Trumpify Internet |
ID | bckeafdhokkgigahekhclbcmffjkbhii |
Official URL | https://chromewebstore.google.com/detail/trumpify-internet/bckeafdhokkgigahekhclbcmffjkbhii |
Description | Trump's favorite nicknames conquering whole internet |
File Size | 13.7 KB |
Installation Count | 32 |
Current Version | 1.2 |
Last Updated | 2016-05-13 |
Publish Date | 2016-05-13 |
Rating | 4.17/5 Total 6 Ratings |
Developer | https://www.basedworks.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumpify Internet", "description": "Trump's favorite nicknames conquering whole internet", "version": "1.2", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ] } |