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! :-) 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |