PPS HK Pay Bot

Pay bill via PPS HK repeatedly with small amount each time

O que é PPS HK Pay Bot?

PPS HK Pay Bot é uma extensão do Chrome desenvolvida por FreeHK Developer, e sua principal característica é "Pay bill via PPS HK repeatedly with small amount each time".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PPS HK Pay Bot

Baixe arquivos de extensão PPS HK Pay Bot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome PPS HK Pay Bot PPS HK Pay Bot
ID mlpilfangidnjfmahodhihmmaenpidgk
URL Oficial https://chromewebstore.google.com/detail/pps-hk-pay-bot/mlpilfangidnjfmahodhihmmaenpidgk
Descrição Pay bill via PPS HK repeatedly with small amount each time
Tamanho do Arquivo 21.99 KB
Contagem de Instalações 77
Versão Atual 1.0.9
Última Atualização 2019-10-29
Data de Publicação 2019-10-29
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor FreeHK Developer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/freehk-developer/chrome-ppshk-pay-bot
URL da Página de Ajuda https://github.com/freehk-developer/chrome-ppshk-pay-bot
Idiomas Suportados 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"
            ]
        }
    ]
}