Alexa Voice History

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

Qu'est-ce que Alexa Voice History ?

Alexa Voice History est une extension Chrome développée par Emilie Robichaud, et sa fonction principale est "A browser extension to scan and collect data from Alexa transcripts.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Alexa Voice History

Téléchargez les fichiers d'extension Alexa Voice History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Alexa Voice History Alexa Voice History
ID nhflggegafofggpclnhgdfhfonhbnbkd
URL Officiel https://chromewebstore.google.com/detail/alexa-voice-history/nhflggegafofggpclnhgdfhfonhbnbkd
Description A browser extension to scan and collect data from Alexa transcripts.
Taille du Fichier 18.59 KB
Nombre d'Installations 135
Version Actuelle 1.6
Dernière Mise à Jour 2021-10-11
Date de Publication 2021-06-30
Développeur Emilie Robichaud
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}