WhatsAdd: Tools for Whatsapp Web
Use Whatsapp Web as always with extra powerful functions and utils
Vad är WhatsAdd: Tools for Whatsapp Web?
WhatsAdd: Tools for Whatsapp Web är en Chrome-tillägg utvecklad av David Maíllo, och dess huvudfunktion är "Use Whatsapp Web as always with extra powerful functions and utils".
Tilläggsskärmbilder
Ladda ner WhatsAdd: Tools for Whatsapp Web-förlängningens CRX-fil
Ladda ner WhatsAdd: Tools for Whatsapp Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Enjoy a better Whatsapp for Business usage.
Use the original Whatsapp Web + New extra features to make it faster and better. A must-have tool for professional or casual use of Whatsapp Web from your computer.
FEATURES
* Custom preset messages.
* Automatic Emojis while typing - Emoticons like ":)" get replaced.
* Text format buttons: Bold, italic and linetrough.
* Easily scan and download media contents from chat (images, video, audio).
* New features are coming.
-----
IMPORTANT: This application is NOT official and is not provided by Whatsapp Inc. It does NOT collect any private data and is only active on web.whatsapp.com. This application is just a basic script that inserts a new menu layer with new buttons and functionalities over the original Whatsapp Web site. Your privacy remains safe. Grundläggande Information om Tillägg
| Namn | |
| ID | foganooblpjodglckabjnkgapdneimoh |
| Officiell webbadress | https://chromewebstore.google.com/detail/whatsadd-tools-for-whatsa/foganooblpjodglckabjnkgapdneimoh |
| Beskrivning | Use Whatsapp Web as always with extra powerful functions and utils |
| Filstorlek | 450 KB |
| Antal Installationer | 6,815 |
| Aktuell Version | 3.7 |
| Senast Uppdaterad | 2023-02-01 |
| Publiceringsdatum | 2019-03-08 |
| Betyg | 3.33/5 Totalt 9 Betyg |
| Utvecklare | David Maíllo |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Stödda Språk | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "3.7",
"manifest_version": 3,
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"19": "images\/favicon.png",
"38": "images\/favicon.png",
"128": "images\/favicon.png"
},
"action": {
"default_title": "Settings",
"default_icon": {
"19": "images\/favicon.png",
"38": "images\/favicon.png"
}
},
"permissions": [
"storage",
"downloads"
],
"host_permissions": [
"https:\/\/web.whatsapp.com\/*"
],
"content_scripts": [
{
"js": [
"js\/lib\/jquery-1.9.1.min.js",
"js\/app.js",
"js\/cor.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"html\/options.html",
"images\/favicon.png"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"use_dynamic_url": false
}
],
"background": {
"service_worker": "background.js"
},
"options_page": "html\/options.html"
} | |