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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}