Hidari - Manga & Webtoon Reading Assistant

Read manga and webtoons online hands free! Scrolls and goes to next chapter automatically.

Τι είναι το Hidari - Manga & Webtoon Reading Assistant;

Το Hidari - Manga & Webtoon Reading Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον iamrexthebuilder, και η κύρια λειτουργία του είναι "Read manga and webtoons online hands free! Scrolls and goes to next chapter automatically.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hidari - Manga & Webtoon Reading Assistant

Λήψη αρχείων επέκτασης Hidari - Manga & Webtoon Reading Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hidari is an extension that automatically scrolls the page for you at your preferred pace so you can read manga or webtoons hands-free. When you reach the end, Hidari will load the next chapter for you automatically.

There are lots of sites out there that host manga and webtoon series, but they aren't always easy to use. And sometimes you just want to sit back and relax while you read. Hidari can help!

There are keyboard shortcuts or buttons that you can use to control these features.
Default:
Scroll/Stop: Cmd-Shift-Space (Mac) or Ctrl-Shift-Space (Windows/Linux)
Next Chapter: Cmd-Shift-Right (Mac) or Ctrl-Shift-Right (Windows/Linux)
Previous Chapter: Cmd-Shift-Left (Mac) or Ctrl-Shift-Left (Windows/Linux)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hidari - Manga & Webtoon Reading Assistant Hidari - Manga & Webtoon Reading Assistant
ID bomhjipgphmpallgkkdjbabpegdaolmd
Επίσημο URL https://chromewebstore.google.com/detail/hidari-manga-webtoon-read/bomhjipgphmpallgkkdjbabpegdaolmd
Περιγραφή Read manga and webtoons online hands free! Scrolls and goes to next chapter automatically.
Μέγεθος Αρχείου 62.55 KB
Αριθμός Εγκαταστάσεων 1,557
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2021-07-10
Ημερομηνία Δημοσίευσης 2021-06-17
Αξιολόγηση 3.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής iamrexthebuilder
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hidari - Manga & Webtoon Reading Assistant",
    "description": "Read manga and webtoons online hands free! Scrolls and goes to next chapter automatically.",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "start-stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Key to start or stop scrolling"
        },
        "next": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right"
            },
            "description": "Key to go to next chapter"
        },
        "previous": {
            "suggested_key": {
                "default": "Ctrl+Shift+Left",
                "mac": "Command+Shift+Left"
            },
            "description": "Key to go to previous chapter"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Hidari - Reading Assistant",
        "default_icon": {
            "16": "\/images\/favicon-16x16.png",
            "32": "\/images\/favicon-32x32.png",
            "128": "\/images\/hidari.png"
        }
    },
    "icons": {
        "16": "\/images\/favicon-16x16.png",
        "32": "\/images\/favicon-32x32.png",
        "128": "\/images\/hidari.png"
    },
    "options_page": "options.html"
}