Netflix Plus

Enhance netflix with imdb ratings and trailers. It just works.

Netflix Plus क्या है?

Netflix Plus viralmedialtds द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance netflix with imdb ratings and trailers. It just works."।

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

screenshot
screenshot

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

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

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

                        If you're reading this description, it means that you went through all the list of extensions that look for IMDB ratings of Netflix movies and tv shows and realised that none of the actually work. Well, I went through the same experience and decided to create one that just works and is up and running 24/7.

If you do find anything weird or have any suggestions do let me know.                    

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

नाम Netflix Plus Netflix Plus
ID gighcjbhfoddlkgakhdbhpbkfnlphenk
आधिकारिक URL https://chrome.google.com/webstore/detail/netflix-plus/gighcjbhfoddlkgakhdbhpbkfnlphenk
विवरण Enhance netflix with imdb ratings and trailers. It just works.
फ़ाइल का आकार 282 KB
स्थापना संख्या 12,359
वर्तमान संस्करण 1.11.0
अंतिम अपडेट 2022-09-23
प्रकाशन तिथि 2019-12-24
रेटिंग 3.38/5 कुल 55 रेटिंग्स
डेवलपर viralmedialtds
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/e/2PACX-1vTn_TC1AD_eZEL3hd81oxCISKskBJSktMnFpJX72all6cUvqGpmJQ_erM3eKhc4lxGuTy_8t1NaGJun/pub
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "Enhance netflix with imdb ratings and trailers. It just works.",
    "homepage_url": "https:\/\/ignaciorivas.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Netflix Plus",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "background",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "page_action": {
        "default_title": "kaka"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.11.0"
}