UWAlexaSkillFinder

Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.

什么是UWAlexaSkillFinder?

UWAlexaSkillFinder是由UWM Security & Privacy Lab开发的Chrome扩展程序,该扩展的主要功能是“Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.”。

扩展截图

screenshot
screenshot
screenshot

下载UWAlexaSkillFinder扩展crx文件

下载UWAlexaSkillFinder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension is a part of an official UWM MTurk Study on Smart Assistants. Please do not download this if you are not participating in this study.                    

扩展基本信息

名称 UWAlexaSkillFinder UWAlexaSkillFinder
ID chofeahhakofegfbdomcjmpfckjaodal
官方URL https://chromewebstore.google.com/detail/uwalexaskillfinder/chofeahhakofegfbdomcjmpfckjaodal
简介 Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.
文件大小 457 KB
安装次数 11
当前版本 1.0.0.7
更新时间 2021-10-13
上架时间 2020-06-07
开发者 UWM Security & Privacy Lab
电子邮箱 [email protected]
付费类型 free
扩展官网 https://wi-pi.github.io/
帮助页面URL https://madisonvoice.cs.wisc.edu/privacy
隐私政策页面URL https://madisonvoice.cs.wisc.edu/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UWAlexaSkillFinder",
    "version": "1.0.0.7",
    "description": "Gathers user alexa skill data. Gathers user android app data. Gathers user browser history for skill app authentication.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "history",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "domain_lookup.json"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/uwm_logo_16.png",
            "32": "icons\/uwm_logo_32.png",
            "48": "icons\/uwm_logo_48.png",
            "128": "icons\/uwm_logo_128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}