Chegg Auto Refresher

Auto refreshes Chegg Expert Q&A page for new questions

O que é Chegg Auto Refresher?

Chegg Auto Refresher é uma extensão do Chrome desenvolvida por https://tushgaurav.in, e sua principal característica é "Auto refreshes Chegg Expert Q&A page for new questions".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Chegg Auto Refresher

Baixe arquivos de extensão Chegg Auto Refresher 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

                        Auto refreshes Chegg Expert Q&A page for new questions. You can also set your own refresh duration.                    

Informações Básicas da Extensão

Nome Chegg Auto Refresher Chegg Auto Refresher
ID alkblilamfjefheigemcgjbbgbheopli
URL Oficial https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli
Descrição Auto refreshes Chegg Expert Q&A page for new questions
Tamanho do Arquivo 12.72 KB
Contagem de Instalações 884
Versão Atual 1.0
Última Atualização 2023-07-12
Data de Publicação 2023-07-11
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://tushgaurav.in
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": "Chegg Auto Refresher",
    "version": "1.0",
    "description": "Auto refreshes Chegg Expert Q&A page for new questions",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/expert.chegg.com\/qna\/authoring\/answer"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/expert.chegg.com\/qna\/authoring\/answer"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Popup and Content Script",
        "default_popup": "popup.html"
    }
}