App for WhatsApp and Messenger access

We gather all messenger in one app. Opens WhatsApp in the browser just in 1 click as well as other chats

App for WhatsApp and Messenger accessคืออะไร?

App for WhatsApp and Messenger access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย plcolte01 และคุณลักษณะหลักของมันคือ "We gather all messenger in one app. Opens WhatsApp in the browser just in 1 click as well as other chats"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย App for WhatsApp and Messenger access

ดาวน์โหลดไฟล์ส่วนขยาย App for WhatsApp and Messenger access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        App for Whatsapp and Messenger access is a fast way to send and read messages from most popular chats that you use every day. 

During your surfing the web and opening other web pages, simply click to the extension button and window chat will be show on the current page. 
It is an irreplaceable assistant with:

- Support desktop notifications, so you will be always notified about new messages even when you aren’t checking the web page.

-  Fast Launch for communication websites                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ App for WhatsApp and Messenger access App for WhatsApp and Messenger access
ID jigbajcickecllhfcpdfcaobdmpcdbnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/app-for-whatsapp-and-mess/jigbajcickecllhfcpdfcaobdmpcdbnh
คำอธิบาย We gather all messenger in one app. Opens WhatsApp in the browser just in 1 click as well as other chats
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 1,704
เวอร์ชันปัจจุบัน 5.1
อัปเดตครั้งล่าสุด 2022-10-26
วันที่เผยแพร่ 2022-10-26
ผู้พัฒนา plcolte01
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/web4ig-pp/home
ภาษาที่รองรับ de,en,fr,no,vi,da,es,pt-BR,ru,iw,hi,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "WhatsGreen",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_icon": "img\/i-48.png"
    },
    "version": "5.1",
    "icons": {
        "256": "img\/i-256.png",
        "128": "img\/i-128.png",
        "16": "img\/i-16.png",
        "19": "img\/i-19.png",
        "38": "img\/i-38.png",
        "48": "img\/i-48.png",
        "96": "img\/i-96.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/tg_content.js"
            ],
            "matches": [
                "*:\/\/web.telegram.org\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/wtp_content.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/sk_content.js"
            ],
            "matches": [
                "*:\/\/web.skype.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "js\/jq.min.js",
                "js\/txtme_content.js"
            ],
            "matches": [
                "*:\/\/whatsgreeny.com\/*"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/ssl.google-analytics.com'; object-src 'self'"
    },
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "declarativeNetRequest",
        "system.display"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ]
}