Movies Under 5 Bucks
Browse movies on Amazon that are $4.99 or less.
Wat is Movies Under 5 Bucks?
Movies Under 5 Bucks is een Chrome-extensie ontwikkeld door moviesunder5bucks, en de belangrijkste functie is "Browse movies on Amazon that are $4.99 or less.".
Extensie Screenshots
Download het CRX-bestand van de extensie Movies Under 5 Bucks
Download Movies Under 5 Bucks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! :-)
Basisinformatie over de Extensie
Naam | Movies Under 5 Bucks |
ID | bkdbbfdjfadafkmenenpjfhcngohiljn |
Officiële URL | https://chromewebstore.google.com/detail/movies-under-5-bucks/bkdbbfdjfadafkmenenpjfhcngohiljn |
Beschrijving | Browse movies on Amazon that are $4.99 or less. |
Bestandsgrootte | 224 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.2.12 |
Laatst Bijgewerkt | 2018-02-23 |
Publicatiedatum | 2018-02-23 |
Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | moviesunder5bucks |
Betalingswijze | free |
Extensiewebsite | http://moviesunder5bucks.com |
Ondersteunde Talen | 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" } } |