Alexa Voice History

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

Alexa Voice Historyとは何ですか?

Alexa Voice HistoryはEmilie Robichaudによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to scan and collect data from Alexa transcripts.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Alexa Voice History拡張機能のCRXファイルをダウンロード

Alexa Voice History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Alexa Voice History Alexa Voice History
ID nhflggegafofggpclnhgdfhfonhbnbkd
公式URL https://chromewebstore.google.com/detail/alexa-voice-history/nhflggegafofggpclnhgdfhfonhbnbkd
説明 A browser extension to scan and collect data from Alexa transcripts.
ファイルサイズ 18.59 KB
インストール数 135
現在のバージョン 1.6
最終更新日 2021-10-11
公開日 2021-06-30
開発者 Emilie Robichaud
Eメール [email protected]
支払い方法 free
対応言語 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'"
}