Movie Info @ Portitle

Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents

Cos'è Movie Info @ Portitle?

Movie Info @ Portitle è un'estensione di Chrome sviluppata da http://www.portitle.com, e la sua funzione principale è "Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Movie Info @ Portitle

Scarica i file di estensione Movie Info @ Portitle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Highlight (select) a movie or TV show text, right click and select "Portitle" to get anything related to that title: 

* Basic Information
* Reviews
* Trailers
* Subtitles

All of this in one place - Portitle will launch you directly to the movie/show page on any of dozens popular movie related websites, e.g IMDB, AllMovie, Wikipedia, iTunes, Rotten Tomatoes, YouTube, OpenSubtitles and many more.

With Portitle you can also easily download subtitles for movie torrents. Highlight the torrent 'release name', right click and get the subtitles.

Portitle is also HTPC friendly, designed for HTPC / Mouse / Touch / Keyboard-less usage.

Please reload opened tabs after installing this extensions.                    

Informazioni di Base sull'Estensione

Nome Movie Info @ Portitle Movie Info @ Portitle
ID npemifngdpinblmedfefehddpbdplnek
URL Ufficiale https://chrome.google.com/webstore/detail/movie-info-portitle/npemifngdpinblmedfefehddpbdplnek
Descrizione Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents
Dimensione del File 27.86 KB
Conteggio Installazioni 217
Versione Corrente 1.0.2
Ultimo Aggiornamento 2013-11-11
Data di Pubblicazione 2013-11-11
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore http://www.portitle.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.portitle.com
URL della Pagina di Aiuto http://www.portitle.com/about
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movie Info @ Portitle",
    "description": "Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents",
    "homepage_url": "http:\/\/www.portitle.com",
    "version": "1.0.2",
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "portitle-chrome.js"
        ]
    },
    "icons": {
        "16": "logo16x16.png",
        "48": "logo48x48.png",
        "72": "logo72x72.png",
        "128": "logo128x128.png"
    },
    "manifest_version": 2
}