IMDb HD Movie Torrents
Adds HD movie torrent & streaming links to IMDb movie pages.
Cos'è IMDb HD Movie Torrents?
IMDb HD Movie Torrents è un'estensione di Chrome sviluppata da Gyvastis, e la sua funzione principale è "Adds HD movie torrent & streaming links to IMDb movie pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IMDb HD Movie Torrents
Scarica i file di estensione IMDb HD Movie Torrents in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | aigcaiclehmgphlnnjcohbkbfjhddgan |
| URL Ufficiale | https://chromewebstore.google.com/detail/imdb-hd-movie-torrents/aigcaiclehmgphlnnjcohbkbfjhddgan |
| Descrizione | Adds HD movie torrent & streaming links to IMDb movie pages. |
| Dimensione del File | 37.42 KB |
| Conteggio Installazioni | 614 |
| Versione Corrente | 2.7.0 |
| Ultimo Aggiornamento | 2020-04-02 |
| Data di Pubblicazione | 2020-03-28 |
| Valutazione | 4.38/5 Totale 13 Valutazioni |
| Sviluppatore | Gyvastis |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
}
]
} | |