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은(는) https://webcamtoy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take selfies with your camera using over 80 free fun effects. Save photos to your computer, or share online."입니다.
확장 프로그램 스크린샷
Webcam Toy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/ |
도움말 페이지 URL | https://neave.com/contact/#via=webcamtoy |
개인정보 보호 정책 페이지 URL | 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" ] } } } |