TorrentLeech IMDb-ify
Allows TL users to see at a glance what the selected movie/tv series is about.
Was ist TorrentLeech IMDb-ify?
TorrentLeech IMDb-ify ist eine Chrome-Erweiterung, die von jdw entwickelt wurde, und ihr Hauptmerkmal ist "Allows TL users to see at a glance what the selected movie/tv series is about.".
Erweiterungsscreenshots
TorrentLeech IMDb-ify-Erweiterungs-CRX-Datei herunterladen
Laden Sie TorrentLeech IMDb-ify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Dynamically creates a pane visualizing key information of the selected item.
Grundlegende Informationen zur Erweiterung
Name | TorrentLeech IMDb-ify |
ID | njebdiiinbcomfljbdllgekmlglnmoie |
Offizielle URL | https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie |
Beschreibung | Allows TL users to see at a glance what the selected movie/tv series is about. |
Dateigröße | 58.03 KB |
Installationsanzahl | 40 |
Aktuelle Version | 1.3.8 |
Letztes Update | 2016-04-20 |
Veröffentlichungsdatum | 2016-04-20 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | jdw |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |