Webcomic Preloader

preload the next page of a webcomic for faster archive binging

Webcomic Preloader क्या है?

Webcomic Preloader https://thejh.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "preload the next page of a webcomic for faster archive binging"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Webcomic Preloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension speeds up webcomics by pre-loading the next page in the background. This way, when you decide to go to the next page of the comic, you don't have to wait for it.

To activate the extension (per tab):
 - open the webcomic you want to read
 - press the arrow symbol in the extension bar;
   the arrow should turn yellow

To teach the extension how to find the next page, just click the link to the next page as normal. After a few seconds, the page should change, and the arrow should turn green. If the arrow doesn't turn green, the extension failed to identify the pattern for the "next page" link; if there are multiple links to the next page, try clicking a different one.

To go to the next page of a comic, either click the normal link to the next page or press enter.

This is an entirely personal project.                    

एक्सटेंशन की मूल जानकारी

नाम Webcomic Preloader Webcomic Preloader
ID lhddmeceobpjibpjghmmicaengjbnncp
आधिकारिक URL https://chromewebstore.google.com/detail/webcomic-preloader/lhddmeceobpjibpjghmmicaengjbnncp
विवरण preload the next page of a webcomic for faster archive binging
फ़ाइल का आकार 6.82 KB
स्थापना संख्या 113
वर्तमान संस्करण 3
अंतिम अपडेट 2023-09-10
प्रकाशन तिथि 2017-11-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://thejh.net
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webcomic Preloader",
    "description": "preload the next page of a webcomic for faster archive binging",
    "version": "3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "enable automatic preloading for this tab",
        "default_icon": "icons\/inactive.png"
    }
}