Donald Trump Filter
Block the Donald Trump and his stupidity
Was ist Donald Trump Filter?
Donald Trump Filter ist eine Chrome-Erweiterung, die von ajones061392 entwickelt wurde, und ihr Hauptmerkmal ist "Block the Donald Trump and his stupidity".
Erweiterungsscreenshots
Donald Trump Filter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Donald Trump Filter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | efjoldeklealkgmfnellniibecdmikio |
Offizielle URL | https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio |
Beschreibung | Block the Donald Trump and his stupidity |
Dateigröße | 63.75 KB |
Installationsanzahl | 110 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-12-01 |
Veröffentlichungsdatum | 2015-12-01 |
Bewertung | 2.89/5 Insgesamt 9 Bewertungen |
Entwickler | ajones061392 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |