Netflix Trailers

Adds a button for trailers to Netflix.

Netflix Trailers क्या है?

Netflix Trailers PatriciJo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button for trailers to Netflix."।

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

screenshot

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

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

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

                        Are you tired of googling Netflix Trailers? This extension helps you find the trailer by just one click! Our Extension adds a little button to Netflix which will redirect you to the Youtube trailer.                    

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

नाम Netflix Trailers Netflix Trailers
ID bpcpnpgoonfokdeijmknlnmpnckfpiac
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-trailers/bpcpnpgoonfokdeijmknlnmpnckfpiac
विवरण Adds a button for trailers to Netflix.
फ़ाइल का आकार 666 KB
स्थापना संख्या 28
वर्तमान संस्करण 0.2
अंतिम अपडेट 2022-04-26
प्रकाशन तिथि 2022-04-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर PatriciJo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Trailers",
    "version": "0.2",
    "description": "Adds a button for trailers to Netflix.",
    "manifest_version": 3,
    "icons": {
        "16": ".\/img\/16.png",
        "32": ".\/img\/32.png",
        "48": ".\/img\/48.png",
        "128": ".\/img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                ".\/script.js"
            ],
            "css": [
                ".\/style.css"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.netflix.com\/*"
    ]
}