Distraction-free Homestuck

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

Qu'est-ce que Distraction-free Homestuck ?

Distraction-free Homestuck est une extension Chrome développée par jglamine, et sa fonction principale est "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Distraction-free Homestuck

Téléchargez les fichiers d'extension Distraction-free Homestuck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Distraction-free Homestuck Distraction-free Homestuck
ID poclfnmbkagmjnhbogegmoafjhlockhi
URL Officiel https://chromewebstore.google.com/detail/distraction-free-homestuc/poclfnmbkagmjnhbogegmoafjhlockhi
Description Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
Taille du Fichier 73.55 KB
Nombre d'Installations 157
Version Actuelle 1.0
Dernière Mise à Jour 2015-06-11
Date de Publication 2015-06-11
Évaluation 4.43/5 Total 7 Évaluations
Développeur jglamine
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}