Alexa Voice History
A browser extension to scan and collect data from Alexa transcripts.
What is Alexa Voice History?
Alexa Voice History is a Chrome extension developed by Emilie Robichaud, and its main feature is "A browser extension to scan and collect data from Alexa transcripts.".
Extension Screenshots
Download Alexa Voice History Extension CRX File
Download Alexa Voice History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A browser extension developed to scan and collect data from the Amazon Alexa voice history page (https://www.amazon.ca/alexa-privacy/apd/rvh).
Extension Basic Information
Name | Alexa Voice History |
ID | nhflggegafofggpclnhgdfhfonhbnbkd |
Official URL | https://chromewebstore.google.com/detail/alexa-voice-history/nhflggegafofggpclnhgdfhfonhbnbkd |
Description | A browser extension to scan and collect data from Alexa transcripts. |
File Size | 18.59 KB |
Installation Count | 135 |
Current Version | 1.6 |
Last Updated | 2021-10-11 |
Publish Date | 2021-06-30 |
Developer | Emilie Robichaud |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |