Webcam Toy
Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online.
What is Webcam Toy?
Webcam Toy is a Chrome extension developed by https://webcamtoy.com, and its main feature is "Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online.".
Extension Screenshots
Download Webcam Toy Extension CRX File
Download Webcam Toy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nphgehffcpoplpdhipmngebfenefplpk |
Official URL | https://chrome.google.com/webstore/detail/webcam-toy/nphgehffcpoplpdhipmngebfenefplpk |
Description | Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online. |
File Size | 31.88 KB |
Installation Count | 100,000 |
Current Version | 1.0.2 |
Last Updated | 2020-11-20 |
Publish Date | 2020-05-04 |
Rating | 3.96/5 Total 51 Ratings |
Developer | https://webcamtoy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://webcamtoy.com/ |
Help Page URL | https://neave.com/contact/#via=webcamtoy |
Privacy Policy Page URL | https://neave.com/legal/privacy |
Supported Languages | 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" ] } } } |