Movies Under 5 Bucks

Browse movies on Amazon that are $4.99 or less.

What is Movies Under 5 Bucks?

Movies Under 5 Bucks is a Chrome extension developed by moviesunder5bucks, and its main feature is "Browse movies on Amazon that are $4.99 or less.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Movies Under 5 Bucks Extension CRX File

Download Movies Under 5 Bucks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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! :-)                    

Extension Basic Information

Name Movies Under 5 Bucks Movies Under 5 Bucks
ID bkdbbfdjfadafkmenenpjfhcngohiljn
Official URL https://chromewebstore.google.com/detail/movies-under-5-bucks/bkdbbfdjfadafkmenenpjfhcngohiljn
Description Browse movies on Amazon that are $4.99 or less.
File Size 224 KB
Installation Count 10
Current Version 1.2.12
Last Updated 2018-02-23
Publish Date 2018-02-23
Rating 4.29/5 Total 7 Ratings
Developer moviesunder5bucks
Payment Type free
Extension Website http://moviesunder5bucks.com
Supported Languages 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"
    }
}