Alexa Voice History

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

Apa itu Alexa Voice History?

Alexa Voice History adalah ekstensi Chrome yang dikembangkan oleh Emilie Robichaud, dan fitur utamanya adalah "A browser extension to scan and collect data from Alexa transcripts.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Alexa Voice History

Unduh file ekstensi Alexa Voice History dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Alexa Voice History Alexa Voice History
ID nhflggegafofggpclnhgdfhfonhbnbkd
URL Resmi https://chromewebstore.google.com/detail/alexa-voice-history/nhflggegafofggpclnhgdfhfonhbnbkd
Deskripsi A browser extension to scan and collect data from Alexa transcripts.
Ukuran File 18.59 KB
Jumlah Instalasi 135
Versi Saat Ini 1.6
Terakhir Diperbarui 2021-10-11
Tanggal Publikasi 2021-06-30
Pengembang Emilie Robichaud
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}