Movie Trailers
This extension plays the latest movie trailer, one new trailer per day.
What is Movie Trailers?
Movie Trailers is a Chrome extension developed by GodLabs, and its main feature is "This extension plays the latest movie trailer, one new trailer per day.".
Download Movie Trailers Extension CRX File
Download Movie Trailers 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
We love movie trailers, they are short, crisp and help us make a decision whether a movie is worth watching ! The Movie Trailers Extension allows you to view the latest movie trailers anywhere in your browser at any time. All you have to do is just click on the extension icons on the top right corner and you will see the latest movie trailers shown in a popup. Have a great trailer watching experience :)
Extension Basic Information
Name | |
ID | jlgddjgffobpakidkbpdobgekbadfenh |
Official URL | https://chrome.google.com/webstore/detail/movie-trailers/jlgddjgffobpakidkbpdobgekbadfenh |
Description | This extension plays the latest movie trailer, one new trailer per day. |
File Size | 6.81 KB |
Installation Count | 26 |
Current Version | 1.1 |
Last Updated | 2014-10-28 |
Publish Date | 2014-10-28 |
Rating | 3.00/5 Total 2 Ratings |
Developer | GodLabs |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Movie Trailers", "description": "This extension plays the latest movie trailer, one new trailer per day.", "version": "1.1", "permissions": [ "http:\/\/api.traileraddict.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |