Distraction-free Homestuck
Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
什么是Distraction-free Homestuck?
Distraction-free Homestuck是由jglamine开发的Chrome扩展程序,该扩展的主要功能是“Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.”。
扩展截图
下载Distraction-free Homestuck扩展crx文件
下载Distraction-free Homestuck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | poclfnmbkagmjnhbogegmoafjhlockhi |
| 官方URL | https://chromewebstore.google.com/detail/distraction-free-homestuc/poclfnmbkagmjnhbogegmoafjhlockhi |
| 简介 | Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate. |
| 文件大小 | 73.55 KB |
| 安装次数 | 157 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-06-11 |
| 上架时间 | 2015-06-11 |
| 评分 | 4.43/5 共7次评分 |
| 开发者 | jglamine |
| 付费类型 | free |
| 支持的语言 | 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"
}
]
} | |