PPS HK Pay Bot

Pay bill via PPS HK repeatedly with small amount each time

Qu'est-ce que PPS HK Pay Bot ?

PPS HK Pay Bot est une extension Chrome développée par FreeHK Developer, et sa fonction principale est "Pay bill via PPS HK repeatedly with small amount each time".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PPS HK Pay Bot

Téléchargez les fichiers d'extension PPS HK Pay Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PPS HK Pay Bot PPS HK Pay Bot
ID mlpilfangidnjfmahodhihmmaenpidgk
URL Officiel https://chromewebstore.google.com/detail/pps-hk-pay-bot/mlpilfangidnjfmahodhihmmaenpidgk
Description Pay bill via PPS HK repeatedly with small amount each time
Taille du Fichier 21.99 KB
Nombre d'Installations 77
Version Actuelle 1.0.9
Dernière Mise à Jour 2019-10-29
Date de Publication 2019-10-29
Évaluation 5.00/5 Total 4 Évaluations
Développeur FreeHK Developer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/freehk-developer/chrome-ppshk-pay-bot
URL de la Page d'Aide https://github.com/freehk-developer/chrome-ppshk-pay-bot
Langues Prises en Charge 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"
            ]
        }
    ]
}