Distraction-free Homestuck

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

Vad är Distraction-free Homestuck?

Distraction-free Homestuck är en Chrome-tillägg utvecklad av jglamine, och dess huvudfunktion är "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.".

Tilläggsskärmbilder

screenshot

Ladda ner Distraction-free Homestuck-förlängningens CRX-fil

Ladda ner Distraction-free Homestuck-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Distraction-free Homestuck Distraction-free Homestuck
ID poclfnmbkagmjnhbogegmoafjhlockhi
Officiell webbadress https://chromewebstore.google.com/detail/distraction-free-homestuc/poclfnmbkagmjnhbogegmoafjhlockhi
Beskrivning Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
Filstorlek 73.55 KB
Antal Installationer 157
Aktuell Version 1.0
Senast Uppdaterad 2015-06-11
Publiceringsdatum 2015-06-11
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare jglamine
Betalningssätt free
Stödda Språk 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"
        }
    ]
}