Movies Under 5 Bucks
Browse movies on Amazon that are $4.99 or less.
Movies Under 5 Bucks란 무엇입니까?
Movies Under 5 Bucks은(는) moviesunder5bucks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse movies on Amazon that are $4.99 or less."입니다.
확장 프로그램 스크린샷
Movies Under 5 Bucks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browse movies on Amazon that are $4.99 or less. Amazon has over 100,000 movie titles for sale each day. This app shows you the few Blu-ray, DVD, and digital movies available each day that are $4.99 or less. Bargain Shoppers Rejoice! We also award one copy of our Top Pick Movie of the Day to a lucky winner each day. Because we love you! :-)
확장 프로그램 기본 정보
이름 | Movies Under 5 Bucks |
ID | bkdbbfdjfadafkmenenpjfhcngohiljn |
공식 URL | https://chromewebstore.google.com/detail/movies-under-5-bucks/bkdbbfdjfadafkmenenpjfhcngohiljn |
설명 | Browse movies on Amazon that are $4.99 or less. |
파일 크기 | 224 KB |
설치 횟수 | 10 |
현재 버전 | 1.2.12 |
최근 업데이트 | 2018-02-23 |
출시 날짜 | 2018-02-23 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | moviesunder5bucks |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://moviesunder5bucks.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Movies Under 5 Bucks", "description": "Browse movies on Amazon that are $4.99 or less.", "version": "1.2.12", "short_name": "MU5B", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": "images\/film14x16.png" }, "background": { "scripts": [ "js\/library\/jquery.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/library\/jquery.js", "js\/inject.js" ] } ], "web_accessible_resources": [ "layout\/movie.html", "layout\/social.html", "layout\/contest.html" ], "icons": { "64": "images\/icon.png", "32": "images\/icon.png", "16": "images\/icon.png", "128": "images\/icon.png" } } |