imdb actor age reader

Shows the age of the actor while filming the movie

¿Qué es imdb actor age reader?

imdb actor age reader es una extensión de Chrome desarrollada por tom anyz, y su función principal es "Shows the age of the actor while filming the movie".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión imdb actor age reader

Descarga archivos de extensión imdb actor age reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

have fun!
tom                    

Información Básica de la Extensión

Nombre imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
URL Oficial https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
Descripción Shows the age of the actor while filming the movie
Tamaño del Archivo 43.86 KB
Cantidad de Instalaciones 64
Versión Actual 1.3.0
Última Actualización 2020-12-21
Fecha de Publicación 2018-09-05
Calificación 3.67/5 Total de 6 Calificaciones
Desarrollador tom anyz
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}