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…"입니다.

확장 프로그램 스크린샷

screenshot

PG's 99manga & 99mh loader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        自動預讀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                    

확장 프로그램 기본 정보

이름 PG's 99manga & 99mh loader PG's 99manga & 99mh loader
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"
}