imdb actor age reader

Shows the age of the actor while filming the movie

Wat is imdb actor age reader?

imdb actor age reader is een Chrome-extensie ontwikkeld door tom anyz, en de belangrijkste functie is "Shows the age of the actor while filming the movie".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie imdb actor age reader

Download imdb actor age reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

have fun!
tom                    

Basisinformatie over de Extensie

Naam imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
Officiële URL https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
Beschrijving Shows the age of the actor while filming the movie
Bestandsgrootte 43.86 KB
Aantal Installaties 64
Huidige Versie 1.3.0
Laatst Bijgewerkt 2020-12-21
Publicatiedatum 2018-09-05
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar tom anyz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}