Torrent Movie Trailers FAST
This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
Что такое Torrent Movie Trailers FAST?
Torrent Movie Trailers FAST - это расширение Chrome, разработанное guilhermereisrbm, и его основная функция - "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".
Снимки экрана расширения
Скачать файл CRX расширения Torrent Movie Trailers FAST
Скачайте файлы расширений Torrent Movie Trailers FAST в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.
Основная информация о расширении
Название | |
ID | hbjbmikhhcdbjlokfaongblngonjengb |
Официальный URL | https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb |
Описание | This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name. |
Размер файла | 328 KB |
Количество установок | 29 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-02-15 |
Дата публикации | 2014-02-15 |
Рейтинг | 3.33/5 Всего 3 оценок |
Разработчик | guilhermereisrbm |
Тип оплаты | in_app |
Поддерживаемые языки | 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" } } |