IMDb HD Movie Torrents
Adds HD movie torrent & streaming links to IMDb movie pages.
Was ist IMDb HD Movie Torrents?
IMDb HD Movie Torrents ist eine Chrome-Erweiterung, die von Gyvastis entwickelt wurde, und ihr Hauptmerkmal ist "Adds HD movie torrent & streaming links to IMDb movie pages.".
Erweiterungsscreenshots
IMDb HD Movie Torrents-Erweiterungs-CRX-Datei herunterladen
Laden Sie IMDb HD Movie Torrents-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
Adds movie HD torrent & streaming links to IMDb movie pages.
* torrent, netflix & online streaming links inside movie detail page
* embed movie trailer from YouTube if IMDb doesn't supply one
* latest torrents widget in index page sidebar Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aigcaiclehmgphlnnjcohbkbfjhddgan |
| Offizielle URL | https://chromewebstore.google.com/detail/imdb-hd-movie-torrents/aigcaiclehmgphlnnjcohbkbfjhddgan |
| Beschreibung | Adds HD movie torrent & streaming links to IMDb movie pages. |
| Dateigröße | 37.42 KB |
| Installationsanzahl | 614 |
| Aktuelle Version | 2.7.0 |
| Letztes Update | 2020-04-02 |
| Veröffentlichungsdatum | 2020-03-28 |
| Bewertung | 4.38/5 Insgesamt 13 Bewertungen |
| Entwickler | Gyvastis |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IMDb HD Movie Torrents",
"version": "2.7.0",
"manifest_version": 2,
"description": "Adds HD movie torrent & streaming links to IMDb movie pages.",
"content_scripts": [
{
"js": [
"jquery.min.js",
"latest.min.js"
],
"css": [
"styles.css"
],
"matches": [
"*:\/\/www.imdb.com\/*"
]
},
{
"js": [
"jquery.min.js",
"details.min.js"
],
"css": [
"styles.css"
],
"matches": [
"*:\/\/www.imdb.com\/title\/*"
]
}
]
} | |