Unblur eNotes
Unblur study guides and answers on eNotes.com without signing up!
Unblur eNotesคืออะไร?
Unblur eNotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anonymous และคุณลักษณะหลักของมันคือ "Unblur study guides and answers on eNotes.com without signing up!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unblur eNotes
ดาวน์โหลดไฟล์ส่วนขยาย Unblur eNotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you've ever found a study guide or an answer to a question on eNotes.com, but saw that it was blurred out, then this extension is for you! This extension makes all content on eNotes.com viewable without having to sign up for an account or go through any tedious processes! Every time you navigate to a page on eNotes.com, all content is automatically unblurred without any delay!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | baoojdhmelbghncaoakkokajafoemepf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/baoojdhmelbghncaoakkokajafoemepf |
คำอธิบาย | Unblur study guides and answers on eNotes.com without signing up! |
ขนาดไฟล์ | 11.64 KB |
จำนวนการติดตั้ง | 2,696 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-04-11 |
วันที่เผยแพร่ | 2022-04-11 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Anonymous |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unblur eNotes", "description": "Unblur study guides and answers on eNotes.com without signing up!", "version": "1.0", "icons": { "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "*:\/\/*.enotes.com\/*" ] } ] } |