Prime Ratings: IMDb Ratings on Prime Video

See IMDb ratings for shows on Amazon Prime Video.

Prime Ratings: IMDb Ratings on Prime Video là gì?

Prime Ratings: IMDb Ratings on Prime Video là một tiện ích mở rộng Chrome được phát triển bởi gcg1, và tính năng chính của nó là "See IMDb ratings for shows on Amazon Prime Video.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Prime Ratings: IMDb Ratings on Prime Video

Tải xuống các tệp mở rộng Prime Ratings: IMDb Ratings on Prime Video 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

                        This extension displays IMDb ratings for shows on Amazon Prime Video.

Neither this extension nor its author is in any way affiliated with Amazon.                    

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

Tên Prime Ratings: IMDb Ratings on Prime Video Prime Ratings: IMDb Ratings on Prime Video
ID nfhhcokdlgiihdofklhifafmmhnljbdf
URL Chính Thức https://chromewebstore.google.com/detail/prime-ratings-imdb-rating/nfhhcokdlgiihdofklhifafmmhnljbdf
Mô tả See IMDb ratings for shows on Amazon Prime Video.
Kích Thước Tệp 94.87 KB
Số Lần Cài Đặt 1,146
Phiên Bản Hiện Tại 0.0.1.5
Cập Nhật Lần Cuối 2021-11-21
Ngày Phát Hành 2020-06-10
Đánh Giá 3.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển gcg1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Ratings: IMDb Ratings on Prime Video",
    "version": "0.0.1.5",
    "description": "See IMDb ratings for shows on Amazon Prime Video.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.au\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "firebase-app.js",
                "firebase-firestore.js",
                "db.js",
                "background.js"
            ]
        }
    ]
}