Trump to Drumpf
Replaces occurrences of 'Trump' with 'Drumpf' in your browser.
What is Trump to Drumpf?
Trump to Drumpf is a Chrome extension developed by kevinlizarazo.com, and its main feature is "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.".
Extension Screenshots
Download Trump to Drumpf Extension CRX File
Download Trump to Drumpf 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
Self-explanatory. Please enjoy. Make Donald Drumpf Again.
Extension Basic Information
Name | Trump to Drumpf |
ID | ipokicffalmoaepoghfejaheodcighcp |
Official URL | https://chromewebstore.google.com/detail/trump-to-drumpf/ipokicffalmoaepoghfejaheodcighcp |
Description | Replaces occurrences of 'Trump' with 'Drumpf' in your browser. |
File Size | 3.4 KB |
Installation Count | 64 |
Current Version | 1.0.1 |
Last Updated | 2016-11-14 |
Publish Date | 2016-11-14 |
Rating | 3.00/5 Total 2 Ratings |
Developer | kevinlizarazo.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Drumpf", "version": "1.0.1", "description": "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |