IMDbae - IMDb Age Extension

Adds actors and actresses age besides their born date on IMDb

IMDbae - IMDb Age Extension là gì?

IMDbae - IMDb Age Extension là một tiện ích mở rộng Chrome được phát triển bởi viktor svensson, và tính năng chính của nó là "Adds actors and actresses age besides their born date on IMDb".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IMDbae - IMDb Age Extension

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

                        A simple extension that displays actors and actresses age after their born date, just like how it's shown on wikipedia.

+ Lightweight
+ Displays correct age (other similar extensions only check for birth-year)
+ Works on desktop and mobile site                    

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

Tên IMDbae - IMDb Age Extension IMDbae - IMDb Age Extension
ID ceohjkmiefnmckmdliodjobpdipnflgd
URL Chính Thức https://chromewebstore.google.com/detail/imdbae-imdb-age-extension/ceohjkmiefnmckmdliodjobpdipnflgd
Mô tả Adds actors and actresses age besides their born date on IMDb
Kích Thước Tệp 8.89 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2023-06-19
Ngày Phát Hành 2019-02-18
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển viktor svensson
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MonsterMannen/IMDbae
URL Trang Trợ Giúp https://github.com/MonsterMannen/IMDbae
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IMDbae - IMDb Age Extension",
    "short_name": "IMDbae",
    "version": "2.2.2",
    "description": "Adds actors and actresses age besides their born date on IMDb",
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/MonsterMannen\/IMDbae",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.imdb.com\/name\/*",
                "https:\/\/m.imdb.com\/name\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}