Alexa Voice History
A browser extension to scan and collect data from Alexa transcripts.
Hvad er Alexa Voice History?
Alexa Voice History er en Chrome-udvidelse udviklet af Emilie Robichaud, og dens hovedfunktion er "A browser extension to scan and collect data from Alexa transcripts.".
Udvidelsesskærmbilleder
Download Alexa Voice History-udvidelses-CRX-fil
Download Alexa Voice History-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A browser extension developed to scan and collect data from the Amazon Alexa voice history page (https://www.amazon.ca/alexa-privacy/apd/rvh). Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nhflggegafofggpclnhgdfhfonhbnbkd |
| Officiel URL | https://chromewebstore.google.com/detail/alexa-voice-history/nhflggegafofggpclnhgdfhfonhbnbkd |
| Beskrivelse | A browser extension to scan and collect data from Alexa transcripts. |
| Filstørrelse | 18.59 KB |
| Antal Installationer | 135 |
| Nuværende Version | 1.6 |
| Senest Opdateret | 2021-10-11 |
| Udgivelsesdato | 2021-06-30 |
| Udvikler | Emilie Robichaud |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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'"
} | |