IMDb for Torrentz
Adds IMDb information to torrent files on Torrentz.
Was ist IMDb for Torrentz?
IMDb for Torrentz ist eine Chrome-Erweiterung, die von bodyflex entwickelt wurde, und ihr Hauptmerkmal ist "Adds IMDb information to torrent files on Torrentz.".
Erweiterungsscreenshots
IMDb for Torrentz-Erweiterungs-CRX-Datei herunterladen
Laden Sie IMDb for Torrentz-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
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kmickmhkjdjhhehdfehhbhfalalajjng |
| Offizielle URL | https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng |
| Beschreibung | Adds IMDb information to torrent files on Torrentz. |
| Dateigröße | 15.64 KB |
| Installationsanzahl | 438 |
| Aktuelle Version | 0.4.1 |
| Letztes Update | 2015-03-18 |
| Veröffentlichungsdatum | 2015-03-18 |
| Bewertung | 4.67/5 Insgesamt 9 Bewertungen |
| Entwickler | bodyflex |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
} | |