Distraction-free Homestuck

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

Co je Distraction-free Homestuck?

Distraction-free Homestuck je rozšíření Chrome vyvinuté jglamine, a jeho hlavní funkcí je „Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Distraction-free Homestuck

Stáhněte si soubory rozšíření Distraction-free Homestuck 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í

                        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.                    

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

Název Distraction-free Homestuck Distraction-free Homestuck
ID poclfnmbkagmjnhbogegmoafjhlockhi
Oficiální URL https://chromewebstore.google.com/detail/distraction-free-homestuc/poclfnmbkagmjnhbogegmoafjhlockhi
Popis Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
Velikost souboru 73.55 KB
Počet instalací 157
Aktuální Verze 1.0
Poslední Aktualizace 2015-06-11
Datum Vydání 2015-06-11
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář jglamine
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}