SVODEX

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

SVODEX là gì?

SVODEX là một tiện ích mở rộng Chrome được phát triển bởi https://svodex.com, và tính năng chính của nó là "Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SVODEX

Tải xuống các tệp mở rộng SVODEX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SVODEX SVODEX
ID malgjkedapomgdnolihjjfbdagghmljb
URL Chính Thức https://chromewebstore.google.com/detail/svodex/malgjkedapomgdnolihjjfbdagghmljb
Mô tả Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max
Kích Thước Tệp 44.14 KB
Số Lần Cài Đặt 2,917
Phiên Bản Hiện Tại 3.3.5
Cập Nhật Lần Cuối 2023-12-16
Ngày Phát Hành 2019-09-03
Đánh Giá 3.64/5 Tổng số 55 Đánh Giá
Nhà Phát Triển https://svodex.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://svodex.com
Ngôn Ngữ Được Hỗ Trợ 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
}