Movie Finder

Find a quality show on popcorn night by checking ratings and scores.

Movie Finder क्या है?

Movie Finder sallyyuen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find a quality show on popcorn night by checking ratings and scores."।

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

screenshot
screenshot

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

crx प्रारूप में Movie Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This extension makes it quick and easy to find the general consensus about a film or a show.

Type in the title and get available IMDb, Rotten Tomatoes, and Metacritic scores. 

Requires no permissions. Uses the OMDb API. Icon made by Freepik from www.flaticon.com                    

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

नाम Movie Finder Movie Finder
ID bhngldnbfoafkbfmbmogfdjbkhdbmhdh
आधिकारिक URL https://chromewebstore.google.com/detail/movie-finder/bhngldnbfoafkbfmbmogfdjbkhdbmhdh
विवरण Find a quality show on popcorn night by checking ratings and scores.
फ़ाइल का आकार 769 KB
स्थापना संख्या 465
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-05-19
प्रकाशन तिथि 2018-05-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर sallyyuen
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movie Finder",
    "version": "1.2",
    "description": "Find a quality show on popcorn night by checking ratings and scores.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/popcorn16.png",
            "32": "images\/popcorn32.png",
            "48": "images\/popcorn48.png",
            "128": "images\/popcorn128.png"
        }
    },
    "icons": {
        "16": "images\/popcorn16.png",
        "32": "images\/popcorn32.png",
        "48": "images\/popcorn48.png",
        "128": "images\/popcorn128.png"
    },
    "manifest_version": 2
}