Stan IMDB info

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

Wat is Stan IMDB info?

Stan IMDB info is een Chrome-extensie ontwikkeld door Christian Rich, en de belangrijkste functie is "Get IMDB information on stan.com.au when hovering movie titles.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stan IMDB info

Download Stan IMDB info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Stan IMDB info Stan IMDB info
ID fcicibnannljjjmmejjbpbmhopegmeep
Officiële URL https://chromewebstore.google.com/detail/stan-imdb-info/fcicibnannljjjmmejjbpbmhopegmeep
Beschrijving Get IMDB information on stan.com.au when hovering movie titles.
Bestandsgrootte 83.95 KB
Aantal Installaties 193
Huidige Versie 1.0.2
Laatst Bijgewerkt 2016-11-03
Publicatiedatum 2016-11-02
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Christian Rich
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}