PPS HK Pay Bot

Pay bill via PPS HK repeatedly with small amount each time

PPS HK Pay Bot là gì?

PPS HK Pay Bot là một tiện ích mở rộng Chrome được phát triển bởi FreeHK Developer, và tính năng chính của nó là "Pay bill via PPS HK repeatedly with small amount each time".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PPS HK Pay Bot

Tải xuống các tệp mở rộng PPS HK Pay Bot 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

                        Source & Readme: https://github.com/freehk-developer/chrome-ppshk-pay-bot                    

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

Tên PPS HK Pay Bot PPS HK Pay Bot
ID mlpilfangidnjfmahodhihmmaenpidgk
URL Chính Thức https://chromewebstore.google.com/detail/pps-hk-pay-bot/mlpilfangidnjfmahodhihmmaenpidgk
Mô tả Pay bill via PPS HK repeatedly with small amount each time
Kích Thước Tệp 21.99 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2019-10-29
Ngày Phát Hành 2019-10-29
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển FreeHK Developer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/freehk-developer/chrome-ppshk-pay-bot
URL Trang Trợ Giúp https://github.com/freehk-developer/chrome-ppshk-pay-bot
Ngôn Ngữ Được Hỗ Trợ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PPS HK Pay Bot",
    "version": "1.0.9",
    "description": "Pay bill via PPS HK repeatedly with small amount each time",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ppshk.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}