imdb actor age reader

Shows the age of the actor while filming the movie

Cos'è imdb actor age reader?

imdb actor age reader è un'estensione di Chrome sviluppata da tom anyz, e la sua funzione principale è "Shows the age of the actor while filming the movie".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione imdb actor age reader

Scarica i file di estensione imdb actor age reader 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

                        this little extension will display the age of the actor as the given movie was actually filmed.

have fun!
tom                    

Informazioni di Base sull'Estensione

Nome imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
URL Ufficiale https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
Descrizione Shows the age of the actor while filming the movie
Dimensione del File 43.86 KB
Conteggio Installazioni 64
Versione Corrente 1.3.0
Ultimo Aggiornamento 2020-12-21
Data di Pubblicazione 2018-09-05
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore tom anyz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "imdb actor age reader",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Shows the age of the actor while filming the movie",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/www.imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ]
        }
    ]
}