Wa Tools
Extension to get extra features in Wa
What is Wa Tools?
Wa Tools is a Chrome extension developed by Unknown, and its main feature is "Extension to get extra features in Wa".
Extension Screenshots
Download Wa Tools Extension CRX File
Download Wa Tools 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
Get a notification if a Whatsapp user it is online
Extension Basic Information
Name | Wa Tools |
ID | ipmgjknbdhmlpgcfenbjojlmamlfkjik |
Official URL | https://chromewebstore.google.com/detail/wa-tools/ipmgjknbdhmlpgcfenbjojlmamlfkjik |
Description | Extension to get extra features in Wa |
File Size | 22.81 KB |
Installation Count | 50 |
Current Version | 0.0.0.1 |
Last Updated | 2019-04-09 |
Publish Date | 2019-04-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wa Tools", "version": "0.0.0.1", "description": "Extension to get extra features in Wa", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "options_page": "options.html", "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |