Dont Support Trump Supporters
Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.
Cos'è Dont Support Trump Supporters?
Dont Support Trump Supporters è un'estensione di Chrome sviluppata da Danne Woo, e la sua funzione principale è "Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dont Support Trump Supporters
Scarica i file di estensione Dont Support Trump Supporters in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products by displaying a warning message. It also reminds you to donate to important non-profits including the ACLU, Planned Parenthood, etc. Data updated: Jan 14, 2017.
Informazioni di Base sull'Estensione
Nome | |
ID | fhkcohkhhfhemkdmmnkbbcpjdgcjloae |
URL Ufficiale | https://chromewebstore.google.com/detail/dont-support-trump-suppor/fhkcohkhhfhemkdmmnkbbcpjdgcjloae |
Descrizione | Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products. |
Dimensione del File | 81.08 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2017-01-14 |
Data di Pubblicazione | 2017-01-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Danne Woo |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dont Support Trump Supporters", "description": "Doesn\u2019t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.", "version": "1.0.7", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.1.1.min.js", "background.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "imgs\/trump.jpg", "trump-data.json" ], "browser_action": { "default_icon": { "16": "imgs\/icon16.png", "24": "imgs\/icon24.png", "32": "imgs\/icon32.png" } }, "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" } } |