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
官方網址 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\/*"
    ]
}