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文件
下載Webcam Toy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } } } |