Stan IMDB info

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

Qu'est-ce que Stan IMDB info ?

Stan IMDB info est une extension Chrome développée par Christian Rich, et sa fonction principale est "Get IMDB information on stan.com.au when hovering movie titles.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stan IMDB info

Téléchargez les fichiers d'extension Stan IMDB info au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Stan IMDB info Stan IMDB info
ID fcicibnannljjjmmejjbpbmhopegmeep
URL Officiel https://chromewebstore.google.com/detail/stan-imdb-info/fcicibnannljjjmmejjbpbmhopegmeep
Description Get IMDB information on stan.com.au when hovering movie titles.
Taille du Fichier 83.95 KB
Nombre d'Installations 193
Version Actuelle 1.0.2
Dernière Mise à Jour 2016-11-03
Date de Publication 2016-11-02
Évaluation 4.33/5 Total 3 Évaluations
Développeur Christian Rich
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}