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 | 
| 官方網址 | 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"
}  |  |