DeBlur Web Pages
DeBlur Certain Web Pages
DeBlur Web Pagesคืออะไร?
DeBlur Web Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Russ และคุณลักษณะหลักของมันคือ "DeBlur Certain Web Pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeBlur Web Pages
ดาวน์โหลดไฟล์ส่วนขยาย DeBlur Web Pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes the Blur CSS Class from roadandtrack web pages that are blurred out, allowing people to more easily read them. Example: https://www.roadandtrack.com/reviews/a39110383/hyundai-elantra-n-weird-clutch/?source=nl
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DeBlur Web Pages |
ID | dpebpkcedjlkmaonobibogfjkeadmije |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/deblur-web-pages/dpebpkcedjlkmaonobibogfjkeadmije |
คำอธิบาย | DeBlur Certain Web Pages |
ขนาดไฟล์ | 4.85 KB |
จำนวนการติดตั้ง | 506 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2022-05-25 |
วันที่เผยแพร่ | 2022-02-24 |
ผู้พัฒนา | Russ |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeBlur Web Pages", "description": "DeBlur Certain Web Pages", "version": "1.0.3", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "48": "\/images\/get_started48.png" } }, "icons": { "48": "\/images\/get_started48.png" } } |