Distraction-free Homestuck

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

Was ist Distraction-free Homestuck?

Distraction-free Homestuck ist eine Chrome-Erweiterung, die von jglamine entwickelt wurde, und ihr Hauptmerkmal ist "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.".

Erweiterungsscreenshots

screenshot

Distraction-free Homestuck-Erweiterungs-CRX-Datei herunterladen

Laden Sie Distraction-free Homestuck-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Distraction-free Homestuck Distraction-free Homestuck
ID poclfnmbkagmjnhbogegmoafjhlockhi
Offizielle URL https://chromewebstore.google.com/detail/distraction-free-homestuc/poclfnmbkagmjnhbogegmoafjhlockhi
Beschreibung Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
Dateigröße 73.55 KB
Installationsanzahl 157
Aktuelle Version 1.0
Letztes Update 2015-06-11
Veröffentlichungsdatum 2015-06-11
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler jglamine
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}