PPS HK Pay Bot

Pay bill via PPS HK repeatedly with small amount each time

PPS HK Pay Botとは何ですか?

PPS HK Pay BotはFreeHK Developerによって開発されたChromeの拡張機能で、その主な機能は「Pay bill via PPS HK repeatedly with small amount each time」です。

拡張機能のスクリーンショット

screenshot

PPS HK Pay Bot拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}