IMDb & Rotten Tomatoes @ Prime Instant Video

Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes.

IMDb & Rotten Tomatoes @ Prime Instant Video क्या है?

IMDb & Rotten Tomatoes @ Prime Instant Video Joscha Feth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IMDb & Rotten Tomatoes @ Prime Instant Video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension seamlessly adds the ratings from IMDb and Rotten Tomatoes into the Prime Instant Video web interface. Each movie and series detail page gets two more rating entries (if the movie/series can be found in IMDb). 

The ratings for Prime Instant Video extension uses the Open Movie Database API by Brian Fritz (http://www.omdbapi.com/) for querying IMDb and Rotten Tomatoes. Thanks Brian!

The source code of this extension has been released under the MIT license - feel free to collaborate on enhancements and improvements here: https://github.com/joscha/prime-ratings

Neither this extension, nor its author is in any way affiliated with amazon.                    

एक्सटेंशन की मूल जानकारी

नाम IMDb & Rotten Tomatoes @ Prime Instant Video IMDb & Rotten Tomatoes @ Prime Instant Video
ID pfnkplljjpbbbclllghfeakdlfcldpfj
आधिकारिक URL https://chromewebstore.google.com/detail/imdb-rotten-tomatoes-prim/pfnkplljjpbbbclllghfeakdlfcldpfj
विवरण Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes.
फ़ाइल का आकार 101 KB
स्थापना संख्या 932
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2016-08-16
प्रकाशन तिथि 2016-08-16
रेटिंग 2.40/5 कुल 10 रेटिंग्स
डेवलपर Joscha Feth
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/joscha/prime-ratings
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "shared\/icons\/icon16.png",
        "48": "shared\/icons\/icon48.png",
        "128": "shared\/icons\/icon128.png"
    },
    "permissions": [
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.co.uk\/*"
            ],
            "css": [
                "chrome.css",
                "shared\/inject.css"
            ],
            "js": [
                "components\/jquery.min.js",
                "chrome.js",
                "shared\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "shared\/inject.css"
    ]
}