Netflix Filter - Flixer

Netflix IMDB ratings and filtering!

Netflix Filter - Flixerとは何ですか?

Netflix Filter - FlixerはApperzによって開発されたChromeの拡張機能で、その主な機能は「Netflix IMDB ratings and filtering!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Netflix Filter - Flixer拡張機能のCRXファイルをダウンロード

Netflix Filter - Flixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Watch better Netflix shows!
✔ Show IMDB ratings for Netflix shows and movies
✔ Filter Netflix shows and movies based on IMDB ratings
✔ Easy-to-use interface                    

拡張機能の基本情報

名前 Netflix Filter - Flixer Netflix Filter - Flixer
ID pkldnahppnkkkhbgaleaheiagoidimek
公式URL https://chromewebstore.google.com/detail/netflix-filter-flixer/pkldnahppnkkkhbgaleaheiagoidimek
説明 Netflix IMDB ratings and filtering!
ファイルサイズ 174 KB
インストール数 178
現在のバージョン 0.74
最終更新日 2021-03-18
公開日 2021-02-16
評価 5.00/5 合計 8 レビュー
開発者 Apperz
Eメール [email protected]
支払い方法 free
ヘルプページのURL http://www.apperzhome.com/contact.html
プライバシーポリシーページのURL https://www.newtabrandomizer.com/privacy-policy-general
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Filter - Flixer",
    "description": "Netflix IMDB ratings and filtering!",
    "version": "0.74",
    "icons": {
        "16": "Logo16x16.png",
        "48": "Logo48x48.png",
        "128": "Logo128x128.png"
    },
    "permissions": [
        "*:\/\/*.netflix.com\/*",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}