imdb actor age reader

Shows the age of the actor while filming the movie

Was ist imdb actor age reader?

imdb actor age reader ist eine Chrome-Erweiterung, die von tom anyz entwickelt wurde, und ihr Hauptmerkmal ist "Shows the age of the actor while filming the movie".

Erweiterungsscreenshots

screenshot
screenshot

imdb actor age reader-Erweiterungs-CRX-Datei herunterladen

Laden Sie imdb actor age reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

have fun!
tom                    

Grundlegende Informationen zur Erweiterung

Name imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
Offizielle URL https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
Beschreibung Shows the age of the actor while filming the movie
Dateigröße 43.86 KB
Installationsanzahl 64
Aktuelle Version 1.3.0
Letztes Update 2020-12-21
Veröffentlichungsdatum 2018-09-05
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler tom anyz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}