imdb actor age reader
Shows the age of the actor while filming the movie
What is imdb actor age reader?
imdb actor age reader is a Chrome extension developed by tom anyz, and its main feature is "Shows the age of the actor while filming the movie".
Extension Screenshots
Download imdb actor age reader Extension CRX File
Download imdb actor age reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
this little extension will display the age of the actor as the given movie was actually filmed. have fun! tom
Extension Basic Information
Name | |
ID | obbibbipcnihedbpfpkpnoceejpppdbf |
Official URL | https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf |
Description | Shows the age of the actor while filming the movie |
File Size | 43.86 KB |
Installation Count | 64 |
Current Version | 1.3.0 |
Last Updated | 2020-12-21 |
Publish Date | 2018-09-05 |
Rating | 3.67/5 Total 6 Ratings |
Developer | tom anyz |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |