Amazon Prime Video Fast History
This extension adds viewing history links to Amazon prime videos.
Amazon Prime Video Fast History란 무엇입니까?
Amazon Prime Video Fast History은(는) https://kuniiskywalker.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds viewing history links to Amazon prime videos."입니다.
확장 프로그램 스크린샷
Amazon Prime Video Fast History 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
I want to see the movie on my PC on the smartphone, but I added it to the watch list and forgot it, it's a bothersome looking! I do not remember the title of the movie I was watching a while ago! I'd like to encourage my friends to watch the movie I'm watching but soon this one! Anyway, I think that I will watch viewing history, but I do not know there is a very stuck place. This extension adds "viewing history" to the header Now, It is convenient for sobriety that shortens the time to reach the viewing history.
확장 프로그램 기본 정보
이름 | Amazon Prime Video Fast History |
ID | cfifaldajbjpfiafieifemojpfdiccbm |
공식 URL | https://chromewebstore.google.com/detail/amazon-prime-video-fast-h/cfifaldajbjpfiafieifemojpfdiccbm |
설명 | This extension adds viewing history links to Amazon prime videos. |
파일 크기 | 20.78 KB |
설치 횟수 | 3,936 |
현재 버전 | 1.7 |
최근 업데이트 | 2024-02-23 |
출시 날짜 | 2020-04-12 |
평점 | 3.96/5 총 25 개의 평점 |
개발자 | https://kuniiskywalker.github.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://kuniiskywalker.github.io/2017/08/29/amazonprimevideofasthistory/ |
도움말 페이지 URL | https://github.com/kuniiskywalker/AmazonPrimeVideoFastHistory/issues |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "manifest_version": 3, "version": "1.7", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.in\/*" ], "js": [ "dist\/main.js" ], "run_at": "document_end" } ] } |