IMDb for Torrentz
Adds IMDb information to torrent files on Torrentz.
Что такое IMDb for Torrentz?
IMDb for Torrentz - это расширение Chrome, разработанное bodyflex, и его основная функция - "Adds IMDb information to torrent files on Torrentz.".
Снимки экрана расширения
Скачать файл CRX расширения IMDb for Torrentz
Скачайте файлы расширений 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" ] } } |