Torrent Movie Trailers FAST
This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Co to jest Torrent Movie Trailers FAST?
Torrent Movie Trailers FAST to rozszerzenie Chrome opracowane przez guilhermereisrbm, a jego główną funkcją jest „This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Torrent Movie Trailers FAST
Pobierz pliki rozszerzeń Torrent Movie Trailers FAST w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hbjbmikhhcdbjlokfaongblngonjengb |
Oficjalny URL | https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb |
Opis | This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name. |
Rozmiar pliku | 328 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-02-15 |
Data Publikacji | 2014-02-15 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | guilhermereisrbm |
Typ Płatności | in_app |
Obsługiwane Języki | 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" } } |