Alexa Voice History

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

Alexa Voice Historyคืออะไร?

Alexa Voice History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emilie Robichaud และคุณลักษณะหลักของมันคือ "A browser extension to scan and collect data from Alexa transcripts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alexa Voice History

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}