Distraction-free Homestuck

Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.

O que é Distraction-free Homestuck?

Distraction-free Homestuck é uma extensão do Chrome desenvolvida por jglamine, e sua principal característica é "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Distraction-free Homestuck

Baixe arquivos de extensão Distraction-free Homestuck 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

                        Removes distracting content around Homestuck and adds a panel at the bottom with estimates for how much time it will take to read the story.

Also adds keyboard navigation: Use the left and right arrow keys to go to the next or previous page. Press enter to open and close the pesterlog.                    

Informações Básicas da Extensão

Nome Distraction-free Homestuck Distraction-free Homestuck
ID poclfnmbkagmjnhbogegmoafjhlockhi
URL Oficial https://chromewebstore.google.com/detail/distraction-free-homestuc/poclfnmbkagmjnhbogegmoafjhlockhi
Descrição Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
Tamanho do Arquivo 73.55 KB
Contagem de Instalações 157
Versão Atual 1.0
Última Atualização 2015-06-11
Data de Publicação 2015-06-11
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor jglamine
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Distraction-free Homestuck",
    "description": "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.",
    "version": "1.0",
    "author": "James Lamine",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.mspaintadventures.com\/?*s=6*"
            ],
            "js": [
                "lib\/keymaster.js",
                "page-data.js",
                "homestuck-reader.js"
            ],
            "css": [
                "homestuck-reader.css"
            ],
            "run_at": "document_end"
        }
    ]
}