Donald Trump Filter
Block the Donald Trump and his stupidity
Wat is Donald Trump Filter?
Donald Trump Filter is een Chrome-extensie ontwikkeld door ajones061392, en de belangrijkste functie is "Block the Donald Trump and his stupidity".
Extensie Screenshots
Download het CRX-bestand van de extensie Donald Trump Filter
Download Donald Trump Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | efjoldeklealkgmfnellniibecdmikio |
Officiële URL | https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio |
Beschrijving | Block the Donald Trump and his stupidity |
Bestandsgrootte | 63.75 KB |
Aantal Installaties | 110 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-12-01 |
Publicatiedatum | 2015-12-01 |
Beoordeling | 2.89/5 Totaal 9 Beoordelingen |
Ontwikkelaar | ajones061392 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |