PG's 99manga & 99mh loader

自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time…

Was ist PG's 99manga & 99mh loader?

PG's 99manga & 99mh loader ist eine Chrome-Erweiterung, die von PG entwickelt wurde, und ihr Hauptmerkmal ist "自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time…".

Erweiterungsscreenshots

screenshot

PG's 99manga & 99mh loader-Erweiterungs-CRX-Datei herunterladen

Laden Sie PG's 99manga & 99mh loader-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

                        自動預讀99漫畫的圖片,降低頁面切換時的讀取時間

This extension will pre-fetch the images in particular website (99manga / 99mh )

The loading time between switching pages is decreased

So you can browse those websites with a more smoothly experience                    

Grundlegende Informationen zur Erweiterung

Name PG's 99manga & 99mh loader PG's 99manga & 99mh loader
ID leffekiidnhapkpkgbpdmjekdecjepoa
Offizielle URL https://chromewebstore.google.com/detail/pgs-99manga-99mh-loader/leffekiidnhapkpkgbpdmjekdecjepoa
Beschreibung 自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time…
Dateigröße 432 KB
Installationsanzahl 25
Aktuelle Version 0.95
Letztes Update 2019-02-19
Veröffentlichungsdatum 2019-02-18
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler PG
Zahlungsart free
Erweiterungswebsite http://www.eruru.tw
Unterstützte Sprachen zh-TW
manifest.json
{
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html",
        "default_title": "This is my favorite character in nobuna, pixiv id: 29651668"
    },
    "content_scripts": [
        {
            "js": [
                "99.user.js"
            ],
            "matches": [
                "http:\/\/99manga.com\/*",
                "http:\/\/99mh.com\/*",
                "http:\/\/www.99comic.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCA7fhiCyf0tivpRNqI+TwOgihCy2L0V3M56hC1YDQUb5v4weOo57nPFIJrjwSAvPHZ7Q+J\/OiBNvqEogHoXwViDf9LGSur06wqf4S1LvExBV\/EfYfvNbSvzt4SzfXe+lRRrcMLVnQuFQu6QZmZnyaU1PuasFRdSRUCNsf6tiv6fwIDAQAB",
    "manifest_version": 2,
    "name": "PG's 99manga & 99mh loader",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.95"
}