SVODEX

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

SVODEXคืออะไร?

SVODEX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://svodex.com และคุณลักษณะหลักของมันคือ "Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SVODEX

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}