IMDB to torrents
IMDB to torrents
Hvad er IMDB to torrents?
IMDB to torrents er en Chrome-udvidelse udviklet af Michael Osincev, og dens hovedfunktion er "IMDB to torrents".
Udvidelsesskærmbilleder
Download IMDB to torrents-udvidelses-CRX-fil
Download IMDB to torrents-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
Short links to Download the movie from the IMDB site.
Grundlæggende oplysninger om udvidelsen
Navn | IMDB to torrents |
ID | gpgcofegipkcfpdmfdbfiliedhjpdnam |
Officiel URL | https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam |
Beskrivelse | IMDB to torrents |
Filstørrelse | 16.38 KB |
Antal Installationer | 28 |
Nuværende Version | 2 |
Senest Opdateret | 2023-06-21 |
Udgivelsesdato | 2021-07-07 |
Udvikler | Michael Osincev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |