IMDB Ratings
An extension for displaying IMDB ratings in listings.
What is IMDB Ratings?
IMDB Ratings is a Chrome extension developed by Ovidiu Cherecheș, and its main feature is "An extension for displaying IMDB ratings in listings.".
Extension Screenshots
Download IMDB Ratings Extension CRX File
Download IMDB Ratings 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
Check Github project for more info: https://github.com/skidding/chrome-imdb-ratings
Extension Basic Information
Name | |
ID | fbbcaooelpdopodjcneapidogdpelfeg |
Official URL | https://chrome.google.com/webstore/detail/imdb-ratings/fbbcaooelpdopodjcneapidogdpelfeg |
Description | An extension for displaying IMDB ratings in listings. |
File Size | 566 KB |
Installation Count | 219 |
Current Version | 1.2 |
Last Updated | 2014-01-16 |
Publish Date | 2014-01-16 |
Rating | 3.07/5 Total 15 Ratings |
Developer | Ovidiu Cherecheș |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDB Ratings", "version": "1.2", "manifest_version": 2, "description": "An extension for displaying IMDB ratings in listings.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/www.omdbapi.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.imdb.com\/*" ], "js": [ "scripts\/libs\/jquery.min.js", "scripts\/page.js" ] } ] } |