IMDB™ ratings for BBC iPlayer™
Adds IMDB ratings to the BBC iPlayer website.
Co je IMDB™ ratings for BBC iPlayer™?
IMDB™ ratings for BBC iPlayer™ je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Adds IMDB ratings to the BBC iPlayer website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IMDB™ ratings for BBC iPlayer™
Stáhněte si soubory rozšíření IMDB™ ratings for BBC iPlayer™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | IMDB™ ratings for BBC iPlayer™ |
ID | idikgplbijkjenphgepfgcihfgjadhob |
Oficiální URL | https://chromewebstore.google.com/detail/imdb-ratings-for-bbc-ipla/idikgplbijkjenphgepfgcihfgjadhob |
Popis | Adds IMDB ratings to the BBC iPlayer website. |
Velikost souboru | 20.06 KB |
Počet instalací | 57 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-01-29 |
Datum Vydání | 2016-01-29 |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Focus/bbcimdb |
Podporované Jazyky | 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" } |