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.」です。
拡張機能のスクリーンショット
Stan IMDB info拡張機能のCRXファイルをダウンロード
Stan IMDB info拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get detailed IMDB information on stan.com.au when hovering movie titles.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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:\/\/*\/*", " |