PPS HK Pay Bot
Pay bill via PPS HK repeatedly with small amount each time
Wat is PPS HK Pay Bot?
PPS HK Pay Bot is een Chrome-extensie ontwikkeld door FreeHK Developer, en de belangrijkste functie is "Pay bill via PPS HK repeatedly with small amount each time".
Extensie Screenshots
Download het CRX-bestand van de extensie PPS HK Pay Bot
Download PPS HK Pay Bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Source & Readme: https://github.com/freehk-developer/chrome-ppshk-pay-bot
Basisinformatie over de Extensie
Naam | |
ID | mlpilfangidnjfmahodhihmmaenpidgk |
Officiële URL | https://chromewebstore.google.com/detail/pps-hk-pay-bot/mlpilfangidnjfmahodhihmmaenpidgk |
Beschrijving | Pay bill via PPS HK repeatedly with small amount each time |
Bestandsgrootte | 21.99 KB |
Aantal Installaties | 77 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2019-10-29 |
Publicatiedatum | 2019-10-29 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | FreeHK Developer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/freehk-developer/chrome-ppshk-pay-bot |
Help Pagina-URL | https://github.com/freehk-developer/chrome-ppshk-pay-bot |
Ondersteunde Talen | 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" ] } ] } |