imdb actor age reader
Shows the age of the actor while filming the movie
imdb actor age reader क्या है?
imdb actor age reader tom anyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the age of the actor while filming the movie"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में imdb actor age reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
this little extension will display the age of the actor as the given movie was actually filmed. have fun! tom
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } ] } |