Webcam Toy
Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online.
Cos'è Webcam Toy?
Webcam Toy è un'estensione di Chrome sviluppata da https://webcamtoy.com, e la sua funzione principale è "Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Webcam Toy
Scarica i file di estensione Webcam Toy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | nphgehffcpoplpdhipmngebfenefplpk |
URL Ufficiale | https://chrome.google.com/webstore/detail/webcam-toy/nphgehffcpoplpdhipmngebfenefplpk |
Descrizione | Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online. |
Dimensione del File | 31.88 KB |
Conteggio Installazioni | 100,000 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-11-20 |
Data di Pubblicazione | 2020-05-04 |
Valutazione | 3.96/5 Totale 51 Valutazioni |
Sviluppatore | https://webcamtoy.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://webcamtoy.com/ |
URL della Pagina di Aiuto | https://neave.com/contact/#via=webcamtoy |
URL della Pagina della Politica sulla Privacy | https://neave.com/legal/privacy |
Lingue Supportate | 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" ] } } } |