Alexa Voice History
A browser extension to scan and collect data from Alexa transcripts.
什么是Alexa Voice History?
Alexa Voice History是由Emilie Robichaud开发的Chrome扩展程序,该扩展的主要功能是“A browser extension to scan and collect data from Alexa transcripts.”。
扩展截图
下载Alexa Voice History扩展crx文件
下载Alexa Voice History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A browser extension developed to scan and collect data from the Amazon Alexa voice history page (https://www.amazon.ca/alexa-privacy/apd/rvh).
扩展基本信息
名称 | Alexa Voice History |
ID | nhflggegafofggpclnhgdfhfonhbnbkd |
官方URL | https://chromewebstore.google.com/detail/alexa-voice-history/nhflggegafofggpclnhgdfhfonhbnbkd |
简介 | A browser extension to scan and collect data from Alexa transcripts. |
文件大小 | 18.59 KB |
安装次数 | 135 |
当前版本 | 1.6 |
更新时间 | 2021-10-11 |
上架时间 | 2021-06-30 |
开发者 | Emilie Robichaud |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alexa Voice History", "description": "A browser extension to scan and collect data from Alexa transcripts.", "version": "1.6", "type": "module", "permissions": [ "tabs", "storage", "declarativeContent", "downloads", "https:\/\/www.amazon.ca\/alexa-privacy\/apd\/rvh", "http:\/\/www.amazon.ca\/alexa-privacy\/apd\/rvh", "https:\/\/www.amazon.ca\/alexa-privacy\/apd\/rvh?", "http:\/\/www.amazon.ca\/alexa-privacy\/apd\/rvh?", "https:\/\/www.amazon.ca\/alexa-privacy\/apd\/myad", "http:\/\/www.amazon.ca\/alexa-privacy\/apd\/myad", "https:\/\/www.amazon.ca\/alexa-privacy\/apd\/myad", "http:\/\/www.amazon.ca\/alexa-privacy\/apd\/myad" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "16": "images\/alexa.png" }, "default_title": "Alexa Voice History", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/unpkg.com; object-src 'self'" } |