Dildify Trump
Changes 'Trump' to 'Dildo,' for your internet pleasure.
What is Dildify Trump?
Dildify Trump is a Chrome extension developed by visarts, and its main feature is "Changes 'Trump' to 'Dildo,' for your internet pleasure.".
Extension Screenshots
Download Dildify Trump Extension CRX File
Download Dildify Trump 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
Extension Basic Information
Name | Dildify Trump |
ID | fpdpihphgofkefodiemefnalehaooben |
Official URL | https://chromewebstore.google.com/detail/dildify-trump/fpdpihphgofkefodiemefnalehaooben |
Description | Changes 'Trump' to 'Dildo,' for your internet pleasure. |
File Size | 3.52 KB |
Installation Count | 58 |
Current Version | 0.1 |
Last Updated | 2015-12-12 |
Publish Date | 2015-12-12 |
Rating | 4.50/5 Total 8 Ratings |
Developer | visarts |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dildify Trump", "description": "Changes 'Trump' to 'Dildo,' for your internet pleasure.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |