IMDb for Torrentz
Adds IMDb information to torrent files on Torrentz.
Apa itu IMDb for Torrentz?
IMDb for Torrentz adalah ekstensi Chrome yang dikembangkan oleh bodyflex, dan fitur utamanya adalah "Adds IMDb information to torrent files on Torrentz.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IMDb for Torrentz
Unduh file ekstensi IMDb for Torrentz dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | IMDb for Torrentz |
ID | kmickmhkjdjhhehdfehhbhfalalajjng |
URL Resmi | https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng |
Deskripsi | Adds IMDb information to torrent files on Torrentz. |
Ukuran File | 15.64 KB |
Jumlah Instalasi | 438 |
Versi Saat Ini | 0.4.1 |
Terakhir Diperbarui | 2015-03-18 |
Tanggal Publikasi | 2015-03-18 |
Penilaian | 4.67/5 Total 9 Penilaian |
Pengembang | bodyflex |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |