Wa Tools
Extension to get extra features in Wa
Co to jest Wa Tools?
Wa Tools to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Extension to get extra features in Wa”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wa Tools
Pobierz pliki rozszerzeń Wa Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Get a notification if a Whatsapp user it is online
Podstawowe informacje o rozszerzeniu
Nazwa | Wa Tools |
ID | ipmgjknbdhmlpgcfenbjojlmamlfkjik |
Oficjalny URL | https://chromewebstore.google.com/detail/wa-tools/ipmgjknbdhmlpgcfenbjojlmamlfkjik |
Opis | Extension to get extra features in Wa |
Rozmiar pliku | 22.81 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2019-04-09 |
Data Publikacji | 2019-04-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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 } |