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 |
公式URL | 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" ] } } |