Unblur eNotes
Unblur study guides and answers on eNotes.com without signing up!
什麼是Unblur eNotes?
Unblur eNotes是由Anonymous開發的Chrome擴展程式,該擴展的主要功能是“Unblur study guides and answers on eNotes.com without signing up!”。
擴展截圖
下載Unblur eNotes擴展crx文件
下載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 |
官方網址 | 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\/*" ] } ] } |