Distraction-free Homestuck
Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
What is Distraction-free Homestuck?
Distraction-free Homestuck is a Chrome extension developed by jglamine, and its main feature is "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.".
Extension Screenshots
Download Distraction-free Homestuck Extension CRX File
Download Distraction-free Homestuck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Distraction-free Homestuck |
ID | poclfnmbkagmjnhbogegmoafjhlockhi |
Official URL | 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. |
File Size | 73.55 KB |
Installation Count | 157 |
Current Version | 1.0 |
Last Updated | 2015-06-11 |
Publish Date | 2015-06-11 |
Rating | 4.43/5 Total 7 Ratings |
Developer | jglamine |
Payment Type | free |
Supported Languages | 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" } ] } |