PPS HK Pay Bot
Pay bill via PPS HK repeatedly with small amount each time
What is PPS HK Pay Bot?
PPS HK Pay Bot is a Chrome extension developed by FreeHK Developer, and its main feature is "Pay bill via PPS HK repeatedly with small amount each time".
Extension Screenshots
Download PPS HK Pay Bot Extension CRX File
Download PPS HK Pay Bot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Source & Readme: https://github.com/freehk-developer/chrome-ppshk-pay-bot
Extension Basic Information
Name | |
ID | mlpilfangidnjfmahodhihmmaenpidgk |
Official URL | https://chromewebstore.google.com/detail/pps-hk-pay-bot/mlpilfangidnjfmahodhihmmaenpidgk |
Description | Pay bill via PPS HK repeatedly with small amount each time |
File Size | 21.99 KB |
Installation Count | 77 |
Current Version | 1.0.9 |
Last Updated | 2019-10-29 |
Publish Date | 2019-10-29 |
Rating | 5.00/5 Total 4 Ratings |
Developer | FreeHK Developer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/freehk-developer/chrome-ppshk-pay-bot |
Help Page URL | https://github.com/freehk-developer/chrome-ppshk-pay-bot |
Supported Languages | 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" ] } ] } |