Plex IMDb Ratings & Links

Adds IMDb ratings and direct links to IMDb pages for movies and TV shows in your Plex library.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Acamol
今日安裝
0
安裝總數
16
評價
1 0 1
版本
0.1.0
建立日期
2025-02-16
更新日期
2025-02-16
尺寸
8.8 KB
授權條款
MIT
腳本執行於

IMDb Ratings on Movie/TV Show Pages

This script adds IMDb ratings to movie, TV show, and episode pages, providing a quick and easy way to check the rating without leaving the current page. The rating is also linked directly to the IMDb page for more details and reviews.

Screenshot

Features

  • Displays IMDb ratings directly on the page.
  • Rating links directly to the corresponding IMDb page.
  • Supports movies, TV shows, and episodes.

API Key Setup (Required)

This script requires an API key from OMDb API to function. Follow these steps:

  1. Register for a free account at https://omdbapi.com/.
  2. Once registered, you'll receive an API key.
  3. Open the userscript manager editor for this script.
  4. Locate the apiKey constant declaration in the script.
  5. Replace the placeholder with your actual API key.

Example:

const apiKey = "abc123"; // This is not a real key, but that's how it should look like