Webcam Toy
Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online.
ما هو Webcam Toy؟
Webcam Toy هو إضافة Chrome تم تطويرها بواسطة https://webcamtoy.com، والميزة الرئيسية لها هي "Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Webcam Toy
قم بتنزيل ملفات الامتداد Webcam Toy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Webcam Toy extension allows you to quickly take a selfie with over 80 fun effects and filters. Snap a photo, save to your computer, or share!
معلومات أساسية عن التمديد
الاسم | |
ID | nphgehffcpoplpdhipmngebfenefplpk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/webcam-toy/nphgehffcpoplpdhipmngebfenefplpk |
الوصف | Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online. |
حجم الملف | 31.88 KB |
عدد التثبيتات | 100,000 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-11-20 |
تاريخ النشر | 2020-05-04 |
تقييم | 3.96/5 مجموع تقييمات 51 |
المطور | https://webcamtoy.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://webcamtoy.com/ |
عنوان صفحة المساعدة | https://neave.com/contact/#via=webcamtoy |
عنوان صفحة سياسة الخصوصية | https://neave.com/legal/privacy |
اللغات المدعومة | de,en,fr,tr,es,it,pl,pt-BR,pt-PT,cs,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "1.0.2", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "homepage_url": "https:\/\/webcamtoy.com\/app\/", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "__MSG_application_title__" }, "requirements": { "3D": { "features": [ "webgl" ] } } } |