Stan IMDB info

Get IMDB information on stan.com.au when hovering movie titles.

什么是Stan IMDB info?

Stan IMDB info是由Christian Rich开发的Chrome扩展程序,该扩展的主要功能是“Get IMDB information on stan.com.au when hovering movie titles.”。

扩展截图

screenshot

下载Stan IMDB info扩展crx文件

下载Stan IMDB info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get detailed IMDB information on stan.com.au when hovering movie titles.                    

扩展基本信息

名称 Stan IMDB info Stan IMDB info
ID fcicibnannljjjmmejjbpbmhopegmeep
官方URL https://chromewebstore.google.com/detail/stan-imdb-info/fcicibnannljjjmmejjbpbmhopegmeep
简介 Get IMDB information on stan.com.au when hovering movie titles.
文件大小 83.95 KB
安装次数 193
当前版本 1.0.2
更新时间 2016-11-03
上架时间 2016-11-02
评分 4.33/5 共3次评分
开发者 Christian Rich
电子邮箱 [email protected]
付费类型 free
支持的语言 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:\/\/*\/*",
        "",
        "background",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}