Wa Tools
Extension to get extra features in Wa
Cos'è Wa Tools?
Wa Tools è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Extension to get extra features in Wa".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wa Tools
Scarica i file di estensione Wa Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Get a notification if a Whatsapp user it is online
Informazioni di Base sull'Estensione
Nome | Wa Tools |
ID | ipmgjknbdhmlpgcfenbjojlmamlfkjik |
URL Ufficiale | https://chromewebstore.google.com/detail/wa-tools/ipmgjknbdhmlpgcfenbjojlmamlfkjik |
Descrizione | Extension to get extra features in Wa |
Dimensione del File | 22.81 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2019-04-09 |
Data di Pubblicazione | 2019-04-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |