IMDb for Torrentz
Adds IMDb information to torrent files on Torrentz.
Hvad er IMDb for Torrentz?
IMDb for Torrentz er en Chrome-udvidelse udviklet af bodyflex, og dens hovedfunktion er "Adds IMDb information to torrent files on Torrentz.".
Udvidelsesskærmbilleder
Download IMDb for Torrentz-udvidelses-CRX-fil
Download IMDb for Torrentz-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kmickmhkjdjhhehdfehhbhfalalajjng |
| Officiel URL | https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng |
| Beskrivelse | Adds IMDb information to torrent files on Torrentz. |
| Filstørrelse | 15.64 KB |
| Antal Installationer | 438 |
| Nuværende Version | 0.4.1 |
| Senest Opdateret | 2015-03-18 |
| Udgivelsesdato | 2015-03-18 |
| Bedømmelse | 4.67/5 Samlet 9 Bedømmelser |
| Udvikler | bodyflex |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |