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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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!                    

扩展基本信息

名称 Webcam Toy Webcam Toy
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"
            ]
        }
    }
}