IMDbae - IMDb Age Extension
Adds actors and actresses age besides their born date on IMDb
Apa itu IMDbae - IMDb Age Extension?
IMDbae - IMDb Age Extension adalah ekstensi Chrome yang dikembangkan oleh viktor svensson, dan fitur utamanya adalah "Adds actors and actresses age besides their born date on IMDb".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IMDbae - IMDb Age Extension
Unduh file ekstensi IMDbae - IMDb Age Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | IMDbae - IMDb Age Extension |
ID | ceohjkmiefnmckmdliodjobpdipnflgd |
URL Resmi | https://chromewebstore.google.com/detail/imdbae-imdb-age-extension/ceohjkmiefnmckmdliodjobpdipnflgd |
Deskripsi | Adds actors and actresses age besides their born date on IMDb |
Ukuran File | 8.89 KB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 2.2.2 |
Terakhir Diperbarui | 2023-06-19 |
Tanggal Publikasi | 2019-02-18 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | viktor svensson |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/MonsterMannen/IMDbae |
URL Halaman Bantuan | https://github.com/MonsterMannen/IMDbae |
Bahasa yang Didukung | 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" } } |