Firewall Trump
The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall.
Firewall Trumpคืออะไร?
Firewall Trump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gcollazo และคุณลักษณะหลักของมันคือ "The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firewall Trump
ดาวน์โหลดไฟล์ส่วนขยาย Firewall Trump ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogogoppfpbgaeieikehihejnnkjenfnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/firewall-trump/ogogoppfpbgaeieikehihejnnkjenfnb |
คำอธิบาย | The Firewall Trump extension delivers a beautiful Trump–Free Internet experience. If he’s building a wall, we’ll build a firewall. |
ขนาดไฟล์ | 38.01 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2016-10-09 |
วันที่เผยแพร่ | 2016-10-09 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | gcollazo |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.firewalltrump.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Firewall Trump", "version": "1.3", "description": "The Firewall Trump extension delivers a beautiful Trump\u2013Free Internet experience. If he\u2019s building a wall, we\u2019ll build a firewall.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "websiteBlocker.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ] } |