Whatsapp Tools

Useful tools for the most used chatting app in the world. Functionalities for better productivity.

Whatsapp Toolsคืออะไร?

Whatsapp Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย masteradin และคุณลักษณะหลักของมันคือ "Useful tools for the most used chatting app in the world. Functionalities for better productivity."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatsapp Tools

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

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

                        Make your audios faster with WhatsappTools!
Choose your speed and listen to your audios however you like.

Three different speeds: 2x, 1.5x and 1.25x.

Any feedback is greatly appreciated.                    

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

ชื่อ Whatsapp Tools Whatsapp Tools
ID akbdcpijgcaccjnjmcedafaojjgodcfe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe
คำอธิบาย Useful tools for the most used chatting app in the world. Functionalities for better productivity.
ขนาดไฟล์ 16.26 KB
จำนวนการติดตั้ง 320
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-05-13
วันที่เผยแพร่ 2020-05-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา masteradin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://masteradin.com/
URL หน้าช่วยเหลือ http://masteradin.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Tools",
    "description": "Useful tools for the most used chatting app in the world. Functionalities for better productivity.",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}