IMDbae - IMDb Age Extension
Adds actors and actresses age besides their born date on IMDb
Cos'è IMDbae - IMDb Age Extension?
IMDbae - IMDb Age Extension è un'estensione di Chrome sviluppata da viktor svensson, e la sua funzione principale è "Adds actors and actresses age besides their born date on IMDb".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IMDbae - IMDb Age Extension
Scarica i file di estensione IMDbae - IMDb Age Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | IMDbae - IMDb Age Extension |
ID | ceohjkmiefnmckmdliodjobpdipnflgd |
URL Ufficiale | https://chromewebstore.google.com/detail/imdbae-imdb-age-extension/ceohjkmiefnmckmdliodjobpdipnflgd |
Descrizione | Adds actors and actresses age besides their born date on IMDb |
Dimensione del File | 8.89 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 2.2.2 |
Ultimo Aggiornamento | 2023-06-19 |
Data di Pubblicazione | 2019-02-18 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | viktor svensson |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/MonsterMannen/IMDbae |
URL della Pagina di Aiuto | https://github.com/MonsterMannen/IMDbae |
Lingue Supportate | 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" } } |