IMDB to torrents
IMDB to torrents
Cos'è IMDB to torrents?
IMDB to torrents è un'estensione di Chrome sviluppata da Michael Osincev, e la sua funzione principale è "IMDB to torrents".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IMDB to torrents
Scarica i file di estensione IMDB to 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
Short links to Download the movie from the IMDB site.
Informazioni di Base sull'Estensione
Nome | IMDB to torrents |
ID | gpgcofegipkcfpdmfdbfiliedhjpdnam |
URL Ufficiale | https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam |
Descrizione | IMDB to torrents |
Dimensione del File | 16.38 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2023-06-21 |
Data di Pubblicazione | 2021-07-07 |
Sviluppatore | Michael Osincev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IMDB to torrents", "version": "2", "description": "IMDB to torrents", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.imdb.com\/*", "*:\/\/*.eztv.wf\/*" ], "js": [ "imdbtorrentlinks.user.js" ], "css": [ "style.css" ] } ] } |