IMDB to torrents

IMDB to torrents

IMDB to torrentsとは何ですか?

IMDB to torrentsはMichael Osincevによって開発されたChromeの拡張機能で、その主な機能は「IMDB to torrents」です。

拡張機能のスクリーンショット

screenshot
screenshot

IMDB to torrents拡張機能のCRXファイルをダウンロード

IMDB to torrents拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Short links to Download the movie from the IMDB site.                    

拡張機能の基本情報

名前 IMDB to torrents 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
Eメール [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"
            ]
        }
    ]
}