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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}