Proxer+

Amazing Tweaks for Proxer!

Proxer+ là gì?

Proxer+ là một tiện ích mở rộng Chrome được phát triển bởi CookieMichal, và tính năng chính của nó là "Amazing Tweaks for Proxer!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Proxer+

Tải xuống các tệp mở rộng Proxer+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Proxer+ Proxer+
ID icccalcipbambehbcaikekjokfbhpnko
URL Chính Thức https://chromewebstore.google.com/detail/proxer+/icccalcipbambehbcaikekjokfbhpnko
Mô tả Amazing Tweaks for Proxer!
Kích Thước Tệp 42.66 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.7.2
Cập Nhật Lần Cuối 2016-02-20
Ngày Phát Hành 2016-02-20
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển CookieMichal
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}