IMDb Runtime

Convert IMDb movie/tv runtimes to hours and minutes.

IMDb Runtime là gì?

IMDb Runtime là một tiện ích mở rộng Chrome được phát triển bởi Terkel Gjervig, và tính năng chính của nó là "Convert IMDb movie/tv runtimes to hours and minutes.".

Ả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 Runtime

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

                        Automatically convert runtimes on IMDb to hours and minutes for easier reading.                    

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

Tên IMDb Runtime IMDb Runtime
ID gclighdbiijnjlnjljgnamaibjkemffj
URL Chính Thức https://chromewebstore.google.com/detail/imdb-runtime/gclighdbiijnjlnjljgnamaibjkemffj
Mô tả Convert IMDb movie/tv runtimes to hours and minutes.
Kích Thước Tệp 8.62 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2015-01-03
Ngày Phát Hành 2015-01-02
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Terkel Gjervig
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",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imdb.com\/*",
                "http:\/\/www.imdb.com\/*",
                "https:\/\/imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}