imdb actor age reader

Shows the age of the actor while filming the movie

Qu'est-ce que imdb actor age reader ?

imdb actor age reader est une extension Chrome développée par tom anyz, et sa fonction principale est "Shows the age of the actor while filming the movie".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension imdb actor age reader

Téléchargez les fichiers d'extension imdb actor age reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

have fun!
tom                    

Informations de Base sur l'Extension

Nom imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
URL Officiel https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
Description Shows the age of the actor while filming the movie
Taille du Fichier 43.86 KB
Nombre d'Installations 64
Version Actuelle 1.3.0
Dernière Mise à Jour 2020-12-21
Date de Publication 2018-09-05
Évaluation 3.67/5 Total 6 Évaluations
Développeur tom anyz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}