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文件
下载Movies Under 5 Bucks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |