IMDB™ ratings for BBC iPlayer™
Adds IMDB ratings to the BBC iPlayer website.
Qu'est-ce que IMDB™ ratings for BBC iPlayer™ ?
IMDB™ ratings for BBC iPlayer™ est une extension Chrome développée par Unknown, et sa fonction principale est "Adds IMDB ratings to the BBC iPlayer website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IMDB™ ratings for BBC iPlayer™
Téléchargez les fichiers d'extension IMDB™ ratings for BBC iPlayer™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | IMDB™ ratings for BBC iPlayer™ |
ID | idikgplbijkjenphgepfgcihfgjadhob |
URL Officiel | https://chromewebstore.google.com/detail/imdb-ratings-for-bbc-ipla/idikgplbijkjenphgepfgcihfgjadhob |
Description | Adds IMDB ratings to the BBC iPlayer website. |
Taille du Fichier | 20.06 KB |
Nombre d'Installations | 57 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-01-29 |
Date de Publication | 2016-01-29 |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Focus/bbcimdb |
Langues Prises en Charge | 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" } |