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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |