Proxer+

Amazing Tweaks for Proxer!

Proxer+란 무엇입니까?

Proxer+은(는) CookieMichal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazing Tweaks for Proxer!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Proxer+ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension adds amazing Features to proxer.me

Such as
-Quick Navigate to My Mangas & Animes
-whole manga chapter on 1 side

Disclaimer:
This extension is not affiliated to Proxer.

Changelog:

V1.0
Initial release

V1.5
Added amazing features

V1.6
Fixed 'extension corrupted' error

V1.6.1
Fixed http/https protocols error

V1.7
Image has been changed

V1.7.1 
Minor bug fixes

V1.7.2
Removed popup                    

확장 프로그램 기본 정보

이름 Proxer+ Proxer+
ID icccalcipbambehbcaikekjokfbhpnko
공식 URL https://chromewebstore.google.com/detail/proxer+/icccalcipbambehbcaikekjokfbhpnko
설명 Amazing Tweaks for Proxer!
파일 크기 42.66 KB
설치 횟수 34
현재 버전 1.7.2
최근 업데이트 2016-02-20
출시 날짜 2016-02-20
평점 5.00/5 총 10 개의 평점
개발자 CookieMichal
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxer+",
    "short_name": "Pp",
    "author": "Alexander Gratzl",
    "version": "1.7.2",
    "manifest_version": 2,
    "description": "Amazing Tweaks for Proxer!",
    "icons": {
        "256": "images\/chrome\/icon256.png"
    },
    "permissions": [
        "*:\/\/*.proxer.me\/*",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "javascript\/ProxerScript.js",
        "javascript\/proxermangareadertoptodown.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.proxer.me\/*",
                "*:\/\/proxer.me\/*"
            ],
            "js": [
                "javascript\/ProxerContent.js"
            ],
            "run_at": "document_end"
        }
    ]
}