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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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\/*"
            ]
        }
    ]
}