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 |
官方網址 | 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" } |