Movie Info @ Portitle

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

Was ist Movie Info @ Portitle?

Movie Info @ Portitle ist eine Chrome-Erweiterung, die von http://www.portitle.com entwickelt wurde, und ihr Hauptmerkmal ist "Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Movie Info @ Portitle-Erweiterungs-CRX-Datei herunterladen

Laden Sie Movie Info @ Portitle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Movie Info @ Portitle Movie Info @ Portitle
ID npemifngdpinblmedfefehddpbdplnek
Offizielle URL https://chrome.google.com/webstore/detail/movie-info-portitle/npemifngdpinblmedfefehddpbdplnek
Beschreibung Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents
Dateigröße 27.86 KB
Installationsanzahl 217
Aktuelle Version 1.0.2
Letztes Update 2013-11-11
Veröffentlichungsdatum 2013-11-11
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler http://www.portitle.com
Zahlungsart free
Erweiterungswebsite http://www.portitle.com
Hilfeseite URL http://www.portitle.com/about
Unterstützte Sprachen 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
}