Stan IMDB info

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

Stan IMDB info là gì?

Stan IMDB info là một tiện ích mở rộng Chrome được phát triển bởi Christian Rich, và tính năng chính của nó là "Get IMDB information on stan.com.au when hovering movie titles.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stan IMDB info

Tải xuống các tệp mở rộng Stan IMDB info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stan IMDB info Stan IMDB info
ID fcicibnannljjjmmejjbpbmhopegmeep
URL Chính Thức https://chromewebstore.google.com/detail/stan-imdb-info/fcicibnannljjjmmejjbpbmhopegmeep
Mô tả Get IMDB information on stan.com.au when hovering movie titles.
Kích Thước Tệp 83.95 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-11-03
Ngày Phát Hành 2016-11-02
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Christian Rich
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}