imdb actor age reader

Shows the age of the actor while filming the movie

Co je imdb actor age reader?

imdb actor age reader je rozšíření Chrome vyvinuté tom anyz, a jeho hlavní funkcí je „Shows the age of the actor while filming the movie“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření imdb actor age reader

Stáhněte si soubory rozšíření imdb actor age reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

have fun!
tom                    

Základní Informace o Rozšíření

Název imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
Oficiální URL https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
Popis Shows the age of the actor while filming the movie
Velikost souboru 43.86 KB
Počet instalací 64
Aktuální Verze 1.3.0
Poslední Aktualizace 2020-12-21
Datum Vydání 2018-09-05
Hodnocení 3.67/5 Celkem 6 Hodnocení
Vývojář tom anyz
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}