Joo Janta 200 CoronaVirus Filter
Remove CoronaVirus from the Internet.
Joo Janta 200 CoronaVirus Filterคืออะไร?
Joo Janta 200 CoronaVirus Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joel Jensen และคุณลักษณะหลักของมันคือ "Remove CoronaVirus from the Internet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Joo Janta 200 CoronaVirus Filter
ดาวน์โหลดไฟล์ส่วนขยาย Joo Janta 200 CoronaVirus Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Filters out sections in webpages "coronavirus or pandemic or covid or quarantine" to help the mental health of people who would rather only check news once a day. If your cup runs over with worry, this is for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | illaolgbgeofimehphgoccmffbokkcip |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/joo-janta-200-coronavirus/illaolgbgeofimehphgoccmffbokkcip |
คำอธิบาย | Remove CoronaVirus from the Internet. |
ขนาดไฟล์ | 1.45 MB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-03-23 |
วันที่เผยแพร่ | 2020-03-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Joel Jensen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/joeljensen/joo-janta-200-coronavirus-filter |
URL หน้าช่วยเหลือ | https://github.com/joeljensen/joo-janta-200-coronavirus-filter |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Joo Janta 200 CoronaVirus Filter", "version": "1.0.0", "description": "Remove CoronaVirus from the Internet.", "page_action": { "default_icon": "images\/icon-19x19.png", "default_title": "Warning: CoronaVirus news is on this page!" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*:\/\/*github.com*", "*:\/\/cdc.gov" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/filter.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "16": "images\/icon-16x16.png", "19": "images\/icon-19x19.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png", "130": "images\/icon-130x130.png", "550": "images\/icon-550x550.png" }, "background": { "persistent": false, "page": "background.html" }, "options_ui": { "chrome_style": true, "page": "options.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |