Movie Info @ Portitle
Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents
Movie Info @ Portitle क्या है?
Movie Info @ Portitle http://www.portitle.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Movie Info @ Portitle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | npemifngdpinblmedfefehddpbdplnek |
आधिकारिक URL | https://chrome.google.com/webstore/detail/movie-info-portitle/npemifngdpinblmedfefehddpbdplnek |
विवरण | Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents |
फ़ाइल का आकार | 27.86 KB |
स्थापना संख्या | 217 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2013-11-11 |
प्रकाशन तिथि | 2013-11-11 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | http://www.portitle.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.portitle.com |
सहायता पृष्ठ URL | http://www.portitle.com/about |
समर्थित भाषाएँ | 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 } |