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."입니다.
확장 프로그램 스크린샷
Alexa Voice History 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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'" } |