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开发的Chrome扩展程序,该扩展的主要功能是“Hides the large "Billboard" banner at the top of the Netflix™ homepage.”。

扩展截图

screenshot
screenshot

下载Netflix™ Billboard Banner Hider扩展crx文件

下载Netflix™ Billboard Banner Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}