Donald Trump Filter
Block the Donald Trump and his stupidity
What is Donald Trump Filter?
Donald Trump Filter is a Chrome extension developed by ajones061392, and its main feature is "Block the Donald Trump and his stupidity".
Extension Screenshots
Download Donald Trump Filter Extension CRX File
Download Donald Trump Filter 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
Similar to the Kardashian Filter, this Filter will block the lovely racist Donald Trump from you web browsing. Give me some feedback and help me make this extension even better! Aaron Jones
Extension Basic Information
Name | |
ID | efjoldeklealkgmfnellniibecdmikio |
Official URL | https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio |
Description | Block the Donald Trump and his stupidity |
File Size | 63.75 KB |
Installation Count | 110 |
Current Version | 1.1 |
Last Updated | 2015-12-01 |
Publish Date | 2015-12-01 |
Rating | 2.89/5 Total 9 Ratings |
Developer | ajones061392 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Trump Filter", "description": "Block the Donald Trump and his stupidity", "version": "1.1", "permissions": [ "https:\/\/secure.flickr.com\/", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "120": "icon120.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |