IMDB to torrents
IMDB to torrents
什么是IMDB to torrents?
IMDB to torrents是由Michael Osincev开发的Chrome扩展程序,该扩展的主要功能是“IMDB to torrents”。
扩展截图
下载IMDB to torrents扩展crx文件
下载IMDB to torrents扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Short links to Download the movie from the IMDB site.
扩展基本信息
名称 | IMDB to torrents |
ID | gpgcofegipkcfpdmfdbfiliedhjpdnam |
官方URL | https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam |
简介 | IMDB to torrents |
文件大小 | 16.38 KB |
安装次数 | 28 |
当前版本 | 2 |
更新时间 | 2023-06-21 |
上架时间 | 2021-07-07 |
开发者 | Michael Osincev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |