Torrent Movie Trailers FAST
This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
What is Torrent Movie Trailers FAST?
Torrent Movie Trailers FAST is a Chrome extension developed by guilhermereisrbm, and its main feature is "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".
Extension Screenshots
Download Torrent Movie Trailers FAST Extension CRX File
Download Torrent Movie Trailers FAST 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
Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.
Extension Basic Information
Name | |
ID | hbjbmikhhcdbjlokfaongblngonjengb |
Official URL | https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb |
Description | This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name. |
File Size | 328 KB |
Installation Count | 29 |
Current Version | 1.0 |
Last Updated | 2014-02-15 |
Publish Date | 2014-02-15 |
Rating | 3.33/5 Total 3 Ratings |
Developer | guilhermereisrbm |
Payment Type | in_app |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrent Movie Trailers FAST", "description": "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.", "version": "1.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.0.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "search.png", "48": "search.png", "128": "search.png" }, "browser_action": { "default_icon": "search.png", "default_popup": "popup.html" } } |