PPS HK Pay Bot

Pay bill via PPS HK repeatedly with small amount each time

PPS HK Pay Botคืออะไร?

PPS HK Pay Bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FreeHK Developer และคุณลักษณะหลักของมันคือ "Pay bill via PPS HK repeatedly with small amount each time"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PPS HK Pay Bot

ดาวน์โหลดไฟล์ส่วนขยาย PPS HK Pay Bot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PPS HK Pay Bot PPS HK Pay Bot
ID mlpilfangidnjfmahodhihmmaenpidgk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pps-hk-pay-bot/mlpilfangidnjfmahodhihmmaenpidgk
คำอธิบาย Pay bill via PPS HK repeatedly with small amount each time
ขนาดไฟล์ 21.99 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2019-10-29
วันที่เผยแพร่ 2019-10-29
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา FreeHK Developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/freehk-developer/chrome-ppshk-pay-bot
URL หน้าช่วยเหลือ https://github.com/freehk-developer/chrome-ppshk-pay-bot
ภาษาที่รองรับ 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"
            ]
        }
    ]
}