Dont Support Trump Supporters
Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.
Dont Support Trump Supporters là gì?
Dont Support Trump Supporters là một tiện ích mở rộng Chrome được phát triển bởi Danne Woo, và tính năng chính của nó là "Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dont Support Trump Supporters
Tải xuống các tệp mở rộng Dont Support Trump Supporters dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fhkcohkhhfhemkdmmnkbbcpjdgcjloae |
URL Chính Thức | https://chromewebstore.google.com/detail/dont-support-trump-suppor/fhkcohkhhfhemkdmmnkbbcpjdgcjloae |
Mô tả | Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products. |
Kích Thước Tệp | 81.08 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2017-01-14 |
Ngày Phát Hành | 2017-01-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Danne Woo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |