IMDB Ratings

Just click on the Extension once when the Webpage is open, then hover over movie name you will get all info. Ever spent hours…

IMDB Ratings là gì?

IMDB Ratings là một tiện ích mở rộng Chrome được phát triển bởi Dhilip kumar, và tính năng chính của nó là "Just click on the Extension once when the Webpage is open, then hover over movie name you will get all info. Ever spent hours…".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IMDB Ratings

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

                        Just click on the Extension once when the Webpage is open, then hover over movie name you will get all info.

Ever spent hours trying to find the IMDB ratings, durations, plots of different movies in the list by manually typing movie names in google? 
This Extension is just for you. Just hover over the movie name text then you will see all its meta Information.
You are not limited to any websites its available in all website.

Features offered:
 - Plot and genre
 - Awards
 - IMDB rating, Year of release, Duration
 - Rotten Tomatoes Rating and Metacritic Rating
 - Quickly search for highlighted text on IMDb via right-click.

Not Enough? We got you covered. Click on "read more..." where you will be navigated to IMDB website to read more about it.

Please rate this extension if you find it useful and do recommend it to your Friends :)                    

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

Tên IMDB Ratings IMDB Ratings
ID aodmmndimojddogmhmpaemocbibnimkl
URL Chính Thức https://chromewebstore.google.com/detail/imdb-ratings/aodmmndimojddogmhmpaemocbibnimkl
Mô tả Just click on the Extension once when the Webpage is open, then hover over movie name you will get all info. Ever spent hours…
Kích Thước Tệp 54.33 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2022-01-16
Ngày Phát Hành 2020-06-20
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Dhilip kumar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDB Ratings",
    "version": "1.3.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles.css"
    ],
    "background": {
        "scripts": [
            "background.js",
            "config.js"
        ]
    },
    "browser_action": {
        "default_icon": "imdb.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "imdb-16x16.png",
        "128": "imdb-128x128.png"
    }
}