imdb actor age reader

Shows the age of the actor while filming the movie

Apa itu imdb actor age reader?

imdb actor age reader adalah ekstensi Chrome yang dikembangkan oleh tom anyz, dan fitur utamanya adalah "Shows the age of the actor while filming the movie".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi imdb actor age reader

Unduh file ekstensi imdb actor age reader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

have fun!
tom                    

Informasi Dasar Ekstensi

Nama imdb actor age reader imdb actor age reader
ID obbibbipcnihedbpfpkpnoceejpppdbf
URL Resmi https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf
Deskripsi Shows the age of the actor while filming the movie
Ukuran File 43.86 KB
Jumlah Instalasi 64
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2020-12-21
Tanggal Publikasi 2018-09-05
Penilaian 3.67/5 Total 6 Penilaian
Pengembang tom anyz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}