Alexa Voice History
A browser extension to scan and collect data from Alexa transcripts.
Wat is Alexa Voice History?
Alexa Voice History is een Chrome-extensie ontwikkeld door Emilie Robichaud, en de belangrijkste functie is "A browser extension to scan and collect data from Alexa transcripts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alexa Voice History
Download Alexa Voice History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A browser extension developed to scan and collect data from the Amazon Alexa voice history page (https://www.amazon.ca/alexa-privacy/apd/rvh). Basisinformatie over de Extensie
| Naam | |
| ID | nhflggegafofggpclnhgdfhfonhbnbkd |
| Officiële URL | https://chromewebstore.google.com/detail/alexa-voice-history/nhflggegafofggpclnhgdfhfonhbnbkd |
| Beschrijving | A browser extension to scan and collect data from Alexa transcripts. |
| Bestandsgrootte | 18.59 KB |
| Aantal Installaties | 135 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2021-10-11 |
| Publicatiedatum | 2021-06-30 |
| Ontwikkelaar | Emilie Robichaud |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |