imdb actor age reader

Shows the age of the actor while filming the movie

Hvad er imdb actor age reader?

imdb actor age reader er en Chrome-udvidelse udviklet af tom anyz, og dens hovedfunktion er "Shows the age of the actor while filming the movie".

Udvidelsesskærmbilleder

screenshot
screenshot

Download imdb actor age reader-udvidelses-CRX-fil

Download imdb actor age reader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

have fun!
tom                    

Grundlæggende oplysninger om udvidelsen

Navn imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
Officiel URL https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
Beskrivelse Shows the age of the actor while filming the movie
Filstørrelse 43.86 KB
Antal Installationer 64
Nuværende Version 1.3.0
Senest Opdateret 2020-12-21
Udgivelsesdato 2018-09-05
Bedømmelse 3.67/5 Samlet 6 Bedømmelser
Udvikler tom anyz
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}