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 |
官方網址 | 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" } } |