Stan IMDB info
Get IMDB information on stan.com.au when hovering movie titles.
What is Stan IMDB info?
Stan IMDB info is a Chrome extension developed by Christian Rich, and its main feature is "Get IMDB information on stan.com.au when hovering movie titles.".
Extension Screenshots
Download Stan IMDB info Extension CRX File
Download Stan IMDB info 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
Get detailed IMDB information on stan.com.au when hovering movie titles.
Extension Basic Information
Name | |
ID | fcicibnannljjjmmejjbpbmhopegmeep |
Official URL | https://chromewebstore.google.com/detail/stan-imdb-info/fcicibnannljjjmmejjbpbmhopegmeep |
Description | Get IMDB information on stan.com.au when hovering movie titles. |
File Size | 83.95 KB |
Installation Count | 193 |
Current Version | 1.0.2 |
Last Updated | 2016-11-03 |
Publish Date | 2016-11-02 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Christian Rich |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stan IMDB info", "author": "Christian Rich", "homepage_url": "http:\/\/chrisrich.io\/", "offline_enabled": false, "description": "Get IMDB information on stan.com.au when hovering movie titles.", "version": "1.0.2", "browser_action": { "default_icon": "assets\/logo48.png", "default_popup": "popup.html", "default_title": "Stan IMDB info" }, "content_scripts": [ { "js": [ "js\/jquery-3.1.1.min.js", "js\/lodash.min.js", "js\/material.min.js", "core.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/*.stan.com.au\/*", "http:\/\/*.stan.com.au\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "popup.js" ], "persistent": true }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", " |