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 هو إضافة Chrome تم تطويرها بواسطة jglamine، والميزة الرئيسية لها هي "Remove distracting content from Homestuck, see estimated time left while reading, and use the arrow keys to navigate.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Distraction-free Homestuck

قم بتنزيل ملفات الامتداد Distraction-free Homestuck بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Distraction-free Homestuck Distraction-free Homestuck
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"
        }
    ]
}