Torrent Movie Trailers FAST
This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Wat is Torrent Movie Trailers FAST?
Torrent Movie Trailers FAST is een Chrome-extensie ontwikkeld door guilhermereisrbm, en de belangrijkste functie is "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".
Extensie Screenshots
Download het CRX-bestand van de extensie Torrent Movie Trailers FAST
Download Torrent Movie Trailers FAST-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
Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.
Basisinformatie over de Extensie
Naam | |
ID | hbjbmikhhcdbjlokfaongblngonjengb |
Officiële URL | https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb |
Beschrijving | This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name. |
Bestandsgrootte | 328 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-02-15 |
Publicatiedatum | 2014-02-15 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | guilhermereisrbm |
Betalingswijze | in_app |
Ondersteunde Talen | 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" } } |