Unblur eNotes

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

Co to jest Unblur eNotes?

Unblur eNotes to rozszerzenie Chrome opracowane przez Anonymous, a jego główną funkcją jest „Unblur study guides and answers on eNotes.com without signing up!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Unblur eNotes

Pobierz pliki rozszerzeń Unblur eNotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Unblur eNotes Unblur eNotes
ID baoojdhmelbghncaoakkokajafoemepf
Oficjalny URL https://chrome.google.com/webstore/detail/baoojdhmelbghncaoakkokajafoemepf
Opis Unblur study guides and answers on eNotes.com without signing up!
Rozmiar pliku 11.64 KB
Liczba instalacji 2,696
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-04-11
Data Publikacji 2022-04-11
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Anonymous
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}