IMDb for Torrentz
Adds IMDb information to torrent files on Torrentz.
什麼是IMDb for Torrentz?
IMDb for Torrentz是由bodyflex開發的Chrome擴展程式,該擴展的主要功能是“Adds IMDb information to torrent files on Torrentz.”。
擴展截圖
下載IMDb for Torrentz擴展crx文件
下載IMDb for Torrentz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Now also works with HTTPS thanks to https://github.com/sodik82! Adds IMDb-ratings to search results on all Torrentz-sites. Using BitTorrent is legal, downloading copyrighted material isn't. Be careful of what you download or face the consequences. GitHub: https://github.com/bodyflex/torrentz-imdb
擴展基本資訊
名稱 | IMDb for Torrentz |
ID | kmickmhkjdjhhehdfehhbhfalalajjng |
官方網址 | https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng |
簡介 | Adds IMDb information to torrent files on Torrentz. |
檔案大小 | 15.64 KB |
安裝次數 | 438 |
目前版本 | 0.4.1 |
更新時間 | 2015-03-18 |
上架時間 | 2015-03-18 |
評分 | 4.67/5 共 9 次評分 |
開發者 | bodyflex |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "run_at": "document_end", "matches": [ "*:\/\/torrentz.eu\/*", "*:\/\/torrentz.ch\/*", "*:\/\/torrentz.me\/*", "*:\/\/torrentz.in\/*" ] } ], "description": "Adds IMDb information to torrent files on Torrentz.", "manifest_version": 2, "name": "IMDb for Torrentz", "version": "0.4.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/www.omdbapi.com\/" ], "background": { "scripts": [ "background.js" ] } } |