imdb actor age reader
Shows the age of the actor while filming the movie
imdb actor age reader là gì?
imdb actor age reader là một tiện ích mở rộng Chrome được phát triển bởi tom anyz, và tính năng chính của nó là "Shows the age of the actor while filming the movie".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng imdb actor age reader
Tải xuống các tệp mở rộng imdb actor age reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
this little extension will display the age of the actor as the given movie was actually filmed. have fun! tom
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | obbibbipcnihedbpfpkpnoceejpppdbf |
URL Chính Thức | https://chrome.google.com/webstore/detail/imdb-actor-age-reader/obbibbipcnihedbpfpkpnoceejpppdbf |
Mô tả | Shows the age of the actor while filming the movie |
Kích Thước Tệp | 43.86 KB |
Số Lần Cài Đặt | 64 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2020-12-21 |
Ngày Phát Hành | 2018-09-05 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | tom anyz |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |