PPS HK Pay Bot

Pay bill via PPS HK repeatedly with small amount each time

Apa itu PPS HK Pay Bot?

PPS HK Pay Bot adalah ekstensi Chrome yang dikembangkan oleh FreeHK Developer, dan fitur utamanya adalah "Pay bill via PPS HK repeatedly with small amount each time".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PPS HK Pay Bot

Unduh file ekstensi PPS HK Pay Bot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PPS HK Pay Bot PPS HK Pay Bot
ID mlpilfangidnjfmahodhihmmaenpidgk
URL Resmi https://chromewebstore.google.com/detail/pps-hk-pay-bot/mlpilfangidnjfmahodhihmmaenpidgk
Deskripsi Pay bill via PPS HK repeatedly with small amount each time
Ukuran File 21.99 KB
Jumlah Instalasi 77
Versi Saat Ini 1.0.9
Terakhir Diperbarui 2019-10-29
Tanggal Publikasi 2019-10-29
Penilaian 5.00/5 Total 4 Penilaian
Pengembang FreeHK Developer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/freehk-developer/chrome-ppshk-pay-bot
URL Halaman Bantuan https://github.com/freehk-developer/chrome-ppshk-pay-bot
Bahasa yang Didukung 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"
            ]
        }
    ]
}