Netflix™ Billboard Banner Hider

Hides the large "Billboard" banner at the top of the Netflix™ homepage.

Netflix™ Billboard Banner Hider क्या है?

Netflix™ Billboard Banner Hider JG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides the large "Billboard" banner at the top of the Netflix™ homepage."।

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

screenshot
screenshot

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

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

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

                        Hides the large "Billboard" banner at the top of the Netflix homepage.                    

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

नाम Netflix™ Billboard Banner Hider Netflix™ Billboard Banner Hider
ID iiccgglbjljnekmhjfgpddnhmbihpaoe
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-billboard-banner/iiccgglbjljnekmhjfgpddnhmbihpaoe
विवरण Hides the large "Billboard" banner at the top of the Netflix™ homepage.
फ़ाइल का आकार 7.78 KB
स्थापना संख्या 177
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2015-07-04
प्रकाशन तिथि 2015-07-04
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर JG
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix\u2122 Billboard Banner Hider",
    "short_name": "Netflix\u2122 Billboard Hider",
    "description": "Hides the large \"Billboard\" banner at the top of the Netflix\u2122 homepage.",
    "version": "0.0.2",
    "icons": {
        "48": "res\/netflix48.png",
        "128": "res\/netflix128.png"
    },
    "content_scripts": [
        {
            "css": [
                "netflix_hider.css"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/netflix.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}