zRate Hulu Disney+: IMDB Ratings & Show Info

Auto-add IMDB ratings, plot, cast, and other useful show info to each show card

zRate Hulu Disney+: IMDB Ratings & Show Infoคืออะไร?

zRate Hulu Disney+: IMDB Ratings & Show Info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unhalt LLC และคุณลักษณะหลักของมันคือ "Auto-add IMDB ratings, plot, cast, and other useful show info to each show card"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย zRate Hulu Disney+: IMDB Ratings & Show Info

ดาวน์โหลดไฟล์ส่วนขยาย zRate Hulu Disney+: IMDB Ratings & Show Info ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        📺 Make informed viewing decisions and avoid substandard shows and movies! 

***How it works***
zRate automatically adds a non-disruptive information box underneath each show card.

Information available:
✔ Ratings from sources such as IMDB, Rotten Tomatoes*, and Metacritic*
✔ Plot, main cast, MPAA rating (R, PG, PG-13 etc), and year(s) running 
✔ A show or movie discussion link (only Hulu)

*Currently only a few titles have Rotten Tomatoes and Metacritic ratings

***Customization***
Use the zRate pop-up to customize the information displayed. To open the pop-up, simply click the zRate button (the “z” icon) next to the address bar. 

Please note that by default only the IMDB ratings are displayed. Other data can be added or removed by using the pop-up menu.

***Why zRate?***
✔ Ratings colored by value
✔ Designed to be non-disruptive, intuitive, and light! 
✔ No sign-up or login necessary. Just add zRate and you are all set. 
✔ Gives you access to both show information and ratings.
✔ Access to show and movie discussions in one click.

***Privacy***
We do NOT access or store your browsing or viewing history. The only information we access is the title of each show or movie that is displayed in the show card. Nothing else.

Disclaimer: This application is in no way affiliated with Hulu or Disney Plus, Inc.

Have Netflix? Get zRate for Netflix now! https://chrome.google.com/webstore/detail/zrate-netflix-add-show-ra/eelcmdidihggbganloigjkefaahhhanj

Made with ♥ in Chicago                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ zRate Hulu Disney+: IMDB Ratings & Show Info zRate Hulu Disney+: IMDB Ratings & Show Info
ID kfmnjkphpcleknlccpdgkifkjknklbnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zrate-hulu-disney+-imdb-r/kfmnjkphpcleknlccpdgkifkjknklbnk
คำอธิบาย Auto-add IMDB ratings, plot, cast, and other useful show info to each show card
ขนาดไฟล์ 900 KB
จำนวนการติดตั้ง 502
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2020-05-21
คะแนน 2.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Unhalt LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.zeeker.com/zrate/hnd
URL หน้านโยบายความเป็นส่วนตัว https://www.zeeker.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "zRate Hulu Disney+: IMDB Ratings & Show Info",
    "short_name": "zRate Hulu & Disney+",
    "description": "Auto-add IMDB ratings, plot, cast, and other useful show info to each show card",
    "version": "0.0.6",
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "packages\/jquery-3.1.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popover.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hulu.com\/*"
            ],
            "css": [
                "styles\/huluStyles.css"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "packages\/d3.v5.min.js",
                "huluContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.disneyplus.com\/*"
            ],
            "css": [
                "styles\/disneyPlusStyles.css"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "packages\/d3.v5.min.js",
                "disneyPlusContentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}