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!”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 Unblur eNotes Unblur eNotes
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\/*"
            ]
        }
    ]
}