super preloader

super preloader

super preloader란 무엇입니까?

super preloader은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "super preloader"입니다.

확장 프로그램 스크린샷

screenshot

super preloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An add-on for preloading and auto-pagerize.

 More information and bug report please visit https://github.com/maoanran/super-preloader                    

확장 프로그램 기본 정보

이름 super preloader super preloader
ID khiodlcgmplaabalheckbelngopkimjb
공식 URL https://chromewebstore.google.com/detail/super-preloader/khiodlcgmplaabalheckbelngopkimjb
설명 super preloader
파일 크기 76.29 KB
설치 횟수 579
현재 버전 0.1
최근 업데이트 2018-05-06
출시 날짜 2018-05-05
평점 4.60/5 총 5 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "super preloader",
    "version": "0.1",
    "description": "super preloader",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ],
            "exclude_matches": [
                "https:\/\/pan.baidu.com\/*",
                "https:\/\/yun.baidu.com\/*",
                "https:\/\/www.cnbeta.com\/*",
                "https:\/\/www.dropbox.com\/*",
                "https:\/\/www.duokan.com\/reader\/*",
                "https:\/\/feedly.com\/*",
                "https:\/\/www.google.com\/calendar*",
                "https:\/\/www.google.com\/reader*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/maps.google.com\/*",
                "https:\/\/www.inoreader.com\/*",
                "https:\/\/www.iqiyi.com\/*",
                "https:\/\/mmbiz.qpic.cn\/*",
                "https:\/\/mail.qq.com\/*",
                "https:\/\/openapi.qzone.qq.com\/*",
                "https:\/\/w.qq.com\/*",
                "https:\/\/web2.qq.com\/*",
                "https:\/\/www.toodledo.com\/*",
                "https:\/\/weibo.com\/*",
                "https:\/\/www.wumii.com\/*",
                "https:\/\/cloud.vip.xunlei.com\/*",
                "https:\/\/app.yinxiang.com\/*",
                "https:\/\/www.youku.com\/*",
                "https:\/\/v.youku.com\/*",
                "https:\/\/zhihu.com\/*"
            ]
        }
    ]
}