BetterPrime
A extension to make your Amazon Prime Video experience better
BetterPrime란 무엇입니까?
BetterPrime은(는) Cosmos Softwares에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A extension to make your Amazon Prime Video experience better"입니다.
확장 프로그램 스크린샷
BetterPrime 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Modifies the Amazon Prime Video website to enhance user experience. This extension removes the annoying Amazon product search bar and simplifies the UI. It makes the website feel like it is made more for watching movies and tv shows rather than an extension to Amazon's shopping website. Currently only supports the Prime Video websites for UK and US Changes - New animation on page load - Some minor code optimisations - New logo
확장 프로그램 기본 정보
이름 | BetterPrime |
ID | ikgeefoekmcopolepkkmmeifllbbadlg |
공식 URL | https://chromewebstore.google.com/detail/betterprime/ikgeefoekmcopolepkkmmeifllbbadlg |
설명 | A extension to make your Amazon Prime Video experience better |
파일 크기 | 4.01 MB |
설치 횟수 | 18 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-08-25 |
출시 날짜 | 2021-08-17 |
평점 | 4.00/5 총 3 개의 평점 |
개발자 | Cosmos Softwares |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://cosmos-softwares.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterPrime", "version": "1.1", "description": "A extension to make your Amazon Prime Video experience better", "manifest_version": 2, "author": "Cosmos Bots", "permissions": [], "icons": { "256": "images\/256.png", "128": "images\/128.png", "64": "images\/64.png", "32": "images\/32.png" }, "content_scripts": [ { "matches": [ "https:\/\/amazon.com\/*\/video\/*", "https:\/\/amazon.co.uk\/*\/video\/*", "https:\/\/www.amazon.com\/*\/video\/*", "https:\/\/www.amazon.co.uk\/*\/video\/*", "https:\/\/www.amazon.com\/Amazon-Video\/*", "https:\/\/www.amazon.co.uk\/Amazon-Video\/*", "https:\/\/www.amazon.com\/*\/watchparty", "https:\/\/www.amazon.co.uk\/*\/watchparty" ], "js": [ ".\/js\/mod.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |