Torrent Movie Trailers FAST
This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
O que é Torrent Movie Trailers FAST?
Torrent Movie Trailers FAST é uma extensão do Chrome desenvolvida por guilhermereisrbm, e sua principal característica é "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Torrent Movie Trailers FAST
Baixe arquivos de extensão Torrent Movie Trailers FAST no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.
Informações Básicas da Extensão
Nome | |
ID | hbjbmikhhcdbjlokfaongblngonjengb |
URL Oficial | https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb |
Descrição | This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name. |
Tamanho do Arquivo | 328 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.0 |
Última Atualização | 2014-02-15 |
Data de Publicação | 2014-02-15 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | guilhermereisrbm |
Tipo de Pagamento | in_app |
Idiomas Suportados | 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" } } |