Distraction-free Homestuck

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

Apa itu Distraction-free Homestuck?

Distraction-free Homestuck adalah ekstensi Chrome yang dikembangkan oleh jglamine, dan fitur utamanya adalah "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Distraction-free Homestuck

Unduh file ekstensi Distraction-free Homestuck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Distraction-free Homestuck Distraction-free Homestuck
ID poclfnmbkagmjnhbogegmoafjhlockhi
URL Resmi https://chromewebstore.google.com/detail/distraction-free-homestuc/poclfnmbkagmjnhbogegmoafjhlockhi
Deskripsi Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.
Ukuran File 73.55 KB
Jumlah Instalasi 157
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-06-11
Tanggal Publikasi 2015-06-11
Penilaian 4.43/5 Total 7 Penilaian
Pengembang jglamine
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}