TorrentLeech IMDb-ify
Allows TL users to see at a glance what the selected movie/tv series is about.
Co to jest TorrentLeech IMDb-ify?
TorrentLeech IMDb-ify to rozszerzenie Chrome opracowane przez jdw, a jego główną funkcją jest „Allows TL users to see at a glance what the selected movie/tv series is about.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TorrentLeech IMDb-ify
Pobierz pliki rozszerzeń TorrentLeech IMDb-ify 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
Dynamically creates a pane visualizing key information of the selected item. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | njebdiiinbcomfljbdllgekmlglnmoie |
| Oficjalny URL | https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie |
| Opis | Allows TL users to see at a glance what the selected movie/tv series is about. |
| Rozmiar pliku | 58.03 KB |
| Liczba instalacji | 40 |
| Aktualna Wersja | 1.3.8 |
| Ostatnia Aktualizacja | 2016-04-20 |
| Data Publikacji | 2016-04-20 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | jdw |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TorrentLeech IMDb-ify",
"version": "1.3.8",
"description": "Allows TL users to see at a glance what the selected movie\/tv series is about.",
"icons": {
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/torrentleech.org\/torrents\/browse\/*",
"http:\/\/www.torrentleech.org\/torrents\/browse\/*",
"https:\/\/torrentleech.org\/torrents\/browse\/*",
"https:\/\/www.torrentleech.org\/torrents\/browse\/*"
],
"css": [
"jquery.qtip.min.css",
"style.css"
],
"js": [
"jquery.js",
"jquery.qtip.min.js",
"script.js"
]
}
],
"web_accessible_resources": [
"jquery.qtip.min.js.map",
"loading.gif"
]
} | |