Webcam Toy
Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online.
Wat is Webcam Toy?
Webcam Toy is een Chrome-extensie ontwikkeld door https://webcamtoy.com, en de belangrijkste functie is "Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online.".
Extensie Screenshots
Download het CRX-bestand van de extensie Webcam Toy
Download Webcam Toy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | nphgehffcpoplpdhipmngebfenefplpk |
Officiële URL | https://chrome.google.com/webstore/detail/webcam-toy/nphgehffcpoplpdhipmngebfenefplpk |
Beschrijving | Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online. |
Bestandsgrootte | 31.88 KB |
Aantal Installaties | 100,000 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-11-20 |
Publicatiedatum | 2020-05-04 |
Beoordeling | 3.96/5 Totaal 51 Beoordelingen |
Ontwikkelaar | https://webcamtoy.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://webcamtoy.com/ |
Help Pagina-URL | https://neave.com/contact/#via=webcamtoy |
URL van de Privacybeleid Pagina | https://neave.com/legal/privacy |
Ondersteunde Talen | 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" ] } } } |