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 |
官方網址 | 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" ] } ] } |