PPS HK Pay Bot

Pay bill via PPS HK repeatedly with small amount each time

¿Qué es PPS HK Pay Bot?

PPS HK Pay Bot es una extensión de Chrome desarrollada por FreeHK Developer, y su función principal es "Pay bill via PPS HK repeatedly with small amount each time".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PPS HK Pay Bot

Descarga archivos de extensión PPS HK Pay Bot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre PPS HK Pay Bot PPS HK Pay Bot
ID mlpilfangidnjfmahodhihmmaenpidgk
URL Oficial https://chromewebstore.google.com/detail/pps-hk-pay-bot/mlpilfangidnjfmahodhihmmaenpidgk
Descripción Pay bill via PPS HK repeatedly with small amount each time
Tamaño del Archivo 21.99 KB
Cantidad de Instalaciones 77
Versión Actual 1.0.9
Última Actualización 2019-10-29
Fecha de Publicación 2019-10-29
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador FreeHK Developer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/freehk-developer/chrome-ppshk-pay-bot
URL de la Página de Ayuda https://github.com/freehk-developer/chrome-ppshk-pay-bot
Idiomas Soportados 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"
            ]
        }
    ]
}