IMDb for the Pirate Bay
Adds IMDb data to movies on Pirate Bay sites.
Qu'est-ce que IMDb for the Pirate Bay ?
IMDb for the Pirate Bay est une extension Chrome développée par bodyflex, et sa fonction principale est "Adds IMDb data to movies on Pirate Bay sites.".
Télécharger le fichier CRX de l'extension IMDb for the Pirate Bay
Téléchargez les fichiers d'extension IMDb for the Pirate Bay 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
UPDATE 27/2/2014: Should now work on all sites including proxies, but some might act dodgy if they have modified the official Pirate Bay code. TPB's DOUBLE VIEW MODE IS NOT SUPPORTED (YET)! IMDb for the Pirate Bay adds IMDb data (rating, genre, runtime and release date) to movies listed on Pirate Bay sites. It uses the OMDb API to fetch the data. By downloading this extension you agree to only downloading movies legally.
Informations de Base sur l'Extension
Nom | |
ID | kaicjjdaidcmgnpkmepnmagbcjjmjckc |
URL Officiel | https://chrome.google.com/webstore/detail/imdb-for-the-pirate-bay/kaicjjdaidcmgnpkmepnmagbcjjmjckc |
Description | Adds IMDb data to movies on Pirate Bay sites. |
Taille du Fichier | 29.31 KB |
Nombre d'Installations | 123 |
Version Actuelle | 0.41 |
Dernière Mise à Jour | 2014-03-02 |
Date de Publication | 2014-03-02 |
Évaluation | 2.69/5 Total 16 Évaluations |
Développeur | bodyflex |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Adds IMDb data to movies on Pirate Bay sites.", "manifest_version": 2, "name": "IMDb for the Pirate Bay", "permissions": [ "http:\/\/www.omdbapi.com\/*", "http:\/\/www.imdb.com\/find*" ], "version": "0.41", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |