PG's 99manga & 99mh loader
自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time…
PG's 99manga & 99mh loaderとは何ですか?
PG's 99manga & 99mh loaderはPGによって開発されたChromeの拡張機能で、その主な機能は「自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time…」です。
拡張機能のスクリーンショット
PG's 99manga & 99mh loader拡張機能のCRXファイルをダウンロード
PG's 99manga & 99mh loader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        自動預讀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                     拡張機能の基本情報
| 名前 |   |  
| ID | leffekiidnhapkpkgbpdmjekdecjepoa | 
| 公式URL | https://chromewebstore.google.com/detail/pgs-99manga-99mh-loader/leffekiidnhapkpkgbpdmjekdecjepoa | 
| 説明 | 自動預讀99漫畫的圖片,降低頁面切換時的讀取時間 This extension will pre-fetch the images in particular website (99manga / 99mh ) The loading time… | 
| ファイルサイズ | 432 KB | 
| インストール数 | 25 | 
| 現在のバージョン | 0.95 | 
| 最終更新日 | 2019-02-19 | 
| 公開日 | 2019-02-18 | 
| 評価 | 4.20/5 合計 5 レビュー | 
| 開発者 | PG | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://www.eruru.tw | 
| 対応言語 | 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"
}  |  |