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
Eメール [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
}