Webcomic Preloader
preload the next page of a webcomic for faster archive binging
Was ist Webcomic Preloader?
Webcomic Preloader ist eine Chrome-Erweiterung, die von https://thejh.net entwickelt wurde, und ihr Hauptmerkmal ist "preload the next page of a webcomic for faster archive binging".
Erweiterungsscreenshots
Webcomic Preloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Webcomic Preloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Webcomic Preloader |
ID | lhddmeceobpjibpjghmmicaengjbnncp |
Offizielle URL | https://chromewebstore.google.com/detail/webcomic-preloader/lhddmeceobpjibpjghmmicaengjbnncp |
Beschreibung | preload the next page of a webcomic for faster archive binging |
Dateigröße | 6.82 KB |
Installationsanzahl | 113 |
Aktuelle Version | 3 |
Letztes Update | 2023-09-10 |
Veröffentlichungsdatum | 2017-11-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://thejh.net |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |