IMDb for the Pirate Bay
Adds IMDb data to movies on Pirate Bay sites.
什么是IMDb for the Pirate Bay?
IMDb for the Pirate Bay是由bodyflex开发的Chrome扩展程序,该扩展的主要功能是“Adds IMDb data to movies on Pirate Bay sites.”。
下载IMDb for the Pirate Bay扩展crx文件
下载IMDb for the Pirate Bay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | kaicjjdaidcmgnpkmepnmagbcjjmjckc |
官方URL | https://chrome.google.com/webstore/detail/imdb-for-the-pirate-bay/kaicjjdaidcmgnpkmepnmagbcjjmjckc |
简介 | Adds IMDb data to movies on Pirate Bay sites. |
文件大小 | 29.31 KB |
安装次数 | 123 |
当前版本 | 0.41 |
更新时间 | 2014-03-02 |
上架时间 | 2014-03-02 |
评分 | 2.69/5 共16次评分 |
开发者 | bodyflex |
付费类型 | free |
支持的语言 | 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" } } |