Alexa Voice History

A browser extension to scan and collect data from Alexa transcripts.

Was ist Alexa Voice History?

Alexa Voice History ist eine Chrome-Erweiterung, die von Emilie Robichaud entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension to scan and collect data from Alexa transcripts.".

Erweiterungsscreenshots

screenshot
screenshot

Alexa Voice History-Erweiterungs-CRX-Datei herunterladen

Laden Sie Alexa Voice History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A browser extension developed to scan and collect data from the Amazon Alexa voice history page (https://www.amazon.ca/alexa-privacy/apd/rvh).                    

Grundlegende Informationen zur Erweiterung

Name Alexa Voice History Alexa Voice History
ID nhflggegafofggpclnhgdfhfonhbnbkd
Offizielle URL https://chromewebstore.google.com/detail/alexa-voice-history/nhflggegafofggpclnhgdfhfonhbnbkd
Beschreibung A browser extension to scan and collect data from Alexa transcripts.
Dateigröße 18.59 KB
Installationsanzahl 135
Aktuelle Version 1.6
Letztes Update 2021-10-11
Veröffentlichungsdatum 2021-06-30
Entwickler Emilie Robichaud
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}