Web Sender Plus
Add enhancements to your WhatsApp Web and increase productivity using Web Sender.
Τι είναι το Web Sender Plus;
Το Web Sender Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shuttershanti708, και η κύρια λειτουργία του είναι "Add enhancements to your WhatsApp Web and increase productivity using Web Sender.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Web Sender Plus
Λήψη αρχείων επέκτασης Web Sender Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Web Sender is the best google chrome extension to enhance your experience on WhatsApp Web. It is the currently the highest rated and the best web sender on the chrome webstore. Download now! ———————————————————— LEGAL ———————————————————— WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. This extension has no relationship to WhatsApp or WhatsApp Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Web Sender Plus |
ID | fngmlbjdnbieamehlidbkaikefhkkian |
Επίσημο URL | https://chrome.google.com/webstore/detail/web-sender/fngmlbjdnbieamehlidbkaikefhkkian |
Περιγραφή | Add enhancements to your WhatsApp Web and increase productivity using Web Sender. |
Μέγεθος Αρχείου | 6.92 MB |
Αριθμός Εγκαταστάσεων | 30,781 |
Τρέχουσα Έκδοση | 1.0.35 |
Τελευταία Ενημέρωση | 2023-09-26 |
Ημερομηνία Δημοσίευσης | 2022-08-08 |
Αξιολόγηση | 4.65/5 Συνολικά 52 Αξιολογήσεις |
Προγραμματιστής | shuttershanti708 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.google.com/document/d/1Imkw4QTLoJyP9txKcSrpAJukb9lKP5URWGfHyMjhgDw/edit |
Υποστηριζόμενες Γλώσσες | de,en,en-GB,en-US,fr,da,et,es,hr,lv,lt,pt-PT,sk,sl,cs,bg,ru,hi,ar,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.35", "homepage_url": "https:\/\/wawebsender.com\/", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "activeTab", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.whatsapp.com\/*" ], "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "js\/inject\/content-script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "js\/redirect-link.js" ], "css": [ "css\/wa-attach.css" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "js\/inject\/inject.js", "WAPIAPI.js", "WAPlusSenderTemplate.xlsx", "pic\/crm-commend.png", "li-popup\/li-popup.html", "js\/inject\/obfuscate.js", "img\/*", "fonts\/*", "icons\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ] } |