Unblur eNotes

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

Co je Unblur eNotes?

Unblur eNotes je rozšíření Chrome vyvinuté Anonymous, a jeho hlavní funkcí je „Unblur study guides and answers on eNotes.com without signing up!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Unblur eNotes

Stáhněte si soubory rozšíření Unblur eNotes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Unblur eNotes Unblur eNotes
ID baoojdhmelbghncaoakkokajafoemepf
Oficiální URL https://chrome.google.com/webstore/detail/baoojdhmelbghncaoakkokajafoemepf
Popis Unblur study guides and answers on eNotes.com without signing up!
Velikost souboru 11.64 KB
Počet instalací 2,696
Aktuální Verze 1.0
Poslední Aktualizace 2022-04-11
Datum Vydání 2022-04-11
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář Anonymous
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}