IMDb for Torrentz

Adds IMDb information to torrent files on Torrentz.

Co to jest IMDb for Torrentz?

IMDb for Torrentz to rozszerzenie Chrome opracowane przez bodyflex, a jego główną funkcją jest „Adds IMDb information to torrent files on Torrentz.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IMDb for Torrentz

Pobierz pliki rozszerzeń IMDb for Torrentz w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa IMDb for Torrentz IMDb for Torrentz
ID kmickmhkjdjhhehdfehhbhfalalajjng
Oficjalny URL https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng
Opis Adds IMDb information to torrent files on Torrentz.
Rozmiar pliku 15.64 KB
Liczba instalacji 438
Aktualna Wersja 0.4.1
Ostatnia Aktualizacja 2015-03-18
Data Publikacji 2015-03-18
Ocena 4.67/5 Łącznie 9 Oceny
Deweloper bodyflex
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}