Netflix Search

Takes a url from Trakt.tv and sparses it to a Netflix search with Google.

O que é Netflix Search?

Netflix Search é uma extensão do Chrome desenvolvida por SuperFlyBriBri, e sua principal característica é "Takes a url from Trakt.tv and sparses it to a Netflix search with Google.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Netflix Search

Baixe arquivos de extensão Netflix Search 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

                        I use Trakt.tv to keep track of all my movies as well as find new movies to watch. When I am on Trakt.tv and want to see a new movie I have to navigate to Netflix and search for the same title just to add it to my Netflix queue. So I decided to make this little extension. When I am on a Trakt.tv page for a movie, I click the little Netflix logo. That creates a new tab with a Netflix search including the name of the film. Typically the first DVD is the page for the movie. So I click that link and then add it to my queue. Simple as that. It is also worth noting that this works with IMDB as well. If you click while on a movie page from there.                    

Informações Básicas da Extensão

Nome Netflix Search Netflix Search
ID nphaihejhaijhhiblfkealjdglefgmlc
URL Oficial https://chromewebstore.google.com/detail/netflix-search/nphaihejhaijhhiblfkealjdglefgmlc
Descrição Takes a url from Trakt.tv and sparses it to a Netflix search with Google.
Tamanho do Arquivo 20.5 KB
Contagem de Instalações 277
Versão Atual 1.3
Última Atualização 2021-03-29
Data de Publicação 2015-03-01
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor SuperFlyBriBri
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Search",
    "version": "1.3",
    "description": "Takes a url from Trakt.tv and sparses it to a Netflix search with Google.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "48": "midsize.png",
            "128": "logo.png"
        }
    },
    "background": {
        "scripts": [
            "js\/code.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/trakt.tv\/movie\/*",
        "http:\/\/www.trakt.tv\/movie\/*"
    ]
}