imdb actor age reader

Shows the age of the actor while filming the movie

Τι είναι το imdb actor age reader;

Το imdb actor age reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tom anyz, και η κύρια λειτουργία του είναι "Shows the age of the actor while filming the movie".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης imdb actor age reader

Λήψη αρχείων επέκτασης imdb actor age reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

have fun!
tom                    

Βασικές Πληροφορίες Επέκτασης

Όνομα imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
Επίσημο URL https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
Περιγραφή Shows the age of the actor while filming the movie
Μέγεθος Αρχείου 43.86 KB
Αριθμός Εγκαταστάσεων 64
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2020-12-21
Ημερομηνία Δημοσίευσης 2018-09-05
Αξιολόγηση 3.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής tom anyz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}