Alexa Voice History

Alexa Voice History

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Alexa Voice History",
  "description": "A browser extension to scan and collect data from Alexa transcripts.",
  "version": "1.4",
  "type": "module",
  "permissions": [
    "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?"
  ],
  "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'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}