SVODEX

Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max

SVODEXとは何ですか?

SVODEXはhttps://svodex.comによって開発されたChromeの拡張機能で、その主な機能は「Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

SVODEX拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adds IMDb and Rotten Tomatoes ratings to Netflix, Disney+ and HBO Max titles.

Simply enable the extension and hover over any title on Netflix or HBO Max, or click on any title on Disney+ to see the ratings.
Very efficient on CPU and memory, this lightweight extension adds IMDb and Rotten Tomatoes ratings to every title available.

Features:
    -    Displays IMDb and Rotten Tomatoes ratings on every title card on Netflix.
    -    Displays IMDb and Rotten Tomatoes ratings on every title card on HBO Max.
    -    Displays IMDb and Rotten Tomatoes ratings on every details page on Disney Plus.
    -    Support for Prime Video, Hulu and more coming soon.

Please rate this extension if you find it helpful.

New in v 3.3.5. - updated permissions                    

拡張機能の基本情報

名前 SVODEX SVODEX
ID malgjkedapomgdnolihjjfbdagghmljb
公式URL https://chromewebstore.google.com/detail/svodex/malgjkedapomgdnolihjjfbdagghmljb
説明 Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max
ファイルサイズ 44.14 KB
インストール数 2,917
現在のバージョン 3.3.5
最終更新日 2023-12-16
公開日 2019-09-03
評価 3.64/5 合計 55 レビュー
開発者 https://svodex.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://svodex.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SVODEX",
    "version": "3.3.5",
    "description": "Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.disneyplus.com\/*",
                "https:\/\/play.hbomax.com\/*",
                "https:\/\/play.max.com\/*",
                "https:\/\/www.primevideo.com\/*",
                "https:\/\/www.apple.com\/*",
                "https:\/\/www.hulu.com\/"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "SVODEX",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.svg"
            ],
            "matches": [
                "https:\/\/play.hbomax.com\/*",
                "https:\/\/play.max.com\/*",
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.disneyplus.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo_small.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 3
}