whatsapp-chrome-ext
Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
ما هو whatsapp-chrome-ext؟
whatsapp-chrome-ext هو إضافة Chrome تم تطويرها بواسطة http://idanizi.com، والميزة الرئيسية لها هي "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة whatsapp-chrome-ext
قم بتنزيل ملفات الامتداد whatsapp-chrome-ext بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WhatsApp chrome extension for sending direct message to a phone number without the need of saving it to your contacts.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | pnahcacfebfjanhjfglbpppnhgogoknm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm |
الوصف | Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019 |
حجم الملف | 2.43 MB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-07-18 |
تاريخ النشر | 2020-07-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://idanizi.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/idanizi/whatsapp-chrome-ext |
عنوان صفحة المساعدة | https://github.com/idanizi/whatsapp-chrome-ext/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whatsapp-chrome-ext", "version": "1.0.2", "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019", "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "browser_action": { "default_icon": ".\/icons\/icon.png", "default_popup": ".\/src\/popup\/popup.html" }, "author": "Idan Izicovich", "background": { "scripts": [ ".\/src\/events.js" ], "persistent": false }, "permissions": [ "contextMenus", "storage" ] } |