Unblur eNotes

Unblur study guides and answers on eNotes.com without signing up!

What is Unblur eNotes?

Unblur eNotes is a Chrome extension developed by Anonymous, and its main feature is "Unblur study guides and answers on eNotes.com without signing up!".

Extension Screenshots

screenshot

Download Unblur eNotes Extension CRX File

Download Unblur eNotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Unblur eNotes Unblur eNotes
ID baoojdhmelbghncaoakkokajafoemepf
Official URL https://chrome.google.com/webstore/detail/baoojdhmelbghncaoakkokajafoemepf
Description Unblur study guides and answers on eNotes.com without signing up!
File Size 11.64 KB
Installation Count 2,696
Current Version 1.0
Last Updated 2022-04-11
Publish Date 2022-04-11
Rating 5.00/5 Total 8 Ratings
Developer Anonymous
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}