Unblur eNotes

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

O que é Unblur eNotes?

Unblur eNotes é uma extensão do Chrome desenvolvida por Anonymous, e sua principal característica é "Unblur study guides and answers on eNotes.com without signing up!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Unblur eNotes

Baixe arquivos de extensão Unblur eNotes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Unblur eNotes Unblur eNotes
ID baoojdhmelbghncaoakkokajafoemepf
URL Oficial https://chrome.google.com/webstore/detail/baoojdhmelbghncaoakkokajafoemepf
Descrição Unblur study guides and answers on eNotes.com without signing up!
Tamanho do Arquivo 11.64 KB
Contagem de Instalações 2,696
Versão Atual 1.0
Última Atualização 2022-04-11
Data de Publicação 2022-04-11
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Anonymous
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}