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คืออะไร?
Dont Support Trump Supporters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danne Woo และคุณลักษณะหลักของมันคือ "Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dont Support Trump Supporters
ดาวน์โหลดไฟล์ส่วนขยาย Dont Support Trump Supporters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fhkcohkhhfhemkdmmnkbbcpjdgcjloae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dont-support-trump-suppor/fhkcohkhhfhemkdmmnkbbcpjdgcjloae |
คำอธิบาย | Doesn’t allow you to view any Trump property websites, Trump supporter websites or websites that sell Trump family products. |
ขนาดไฟล์ | 81.08 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2017-01-14 |
วันที่เผยแพร่ | 2017-01-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Danne Woo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |