IMDB™ ratings for BBC iPlayer™
Adds IMDB ratings to the BBC iPlayer website.
什么是IMDB™ ratings for BBC iPlayer™?
IMDB™ ratings for BBC iPlayer™是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adds IMDB ratings to the BBC iPlayer website.”。
扩展截图
下载IMDB™ ratings for BBC iPlayer™扩展crx文件
下载IMDB™ ratings for BBC iPlayer™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds IMDB ratings to BBC iPlayers website. You can click on the rating to visit the corresponding IMDB website for that show/film. This extension uses OMDB API, please support them: http://www.omdbapi.com/ Please visit https://github.com/Focus/bbcimdb/issues to report any bugs or feature requests.
扩展基本信息
名称 | IMDB™ ratings for BBC iPlayer™ |
ID | idikgplbijkjenphgepfgcihfgjadhob |
官方URL | https://chromewebstore.google.com/detail/imdb-ratings-for-bbc-ipla/idikgplbijkjenphgepfgcihfgjadhob |
简介 | Adds IMDB ratings to the BBC iPlayer website. |
文件大小 | 20.06 KB |
安装次数 | 57 |
当前版本 | 1.0 |
更新时间 | 2016-01-29 |
上架时间 | 2016-01-29 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/Focus/bbcimdb |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMDB\u2122 ratings for BBC iPlayer\u2122", "version": "1.0", "manifest_version": 2, "description": "Adds IMDB ratings to the BBC iPlayer website.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/www.omdbapi.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.bbc.co.uk\/iplayer\/*", "http:\/\/www.bbc.co.uk\/bbcone*", "http:\/\/www.bbc.co.uk\/bbctwo*", "http:\/\/www.bbc.co.uk\/tv\/bbcthree*", "http:\/\/www.bbc.co.uk\/bbcfour*", "http:\/\/www.bbc.co.uk\/tv\/bbcalba*", "http:\/\/www.bbc.co.uk\/tv\/s4c*" ], "js": [ "lib\/rating.js" ], "run_at": "document_end", "all_frames": true } ], "homepage_url": "https:\/\/github.com\/Focus\/bbcimdb" } |