Torrent Search for a Movie

Quick search for torrent files on movie pages for IMDB™

什麼是Torrent Search for a Movie?

Torrent Search for a Movie是由Utilities For Life開發的Chrome擴展程式,該擴展的主要功能是“Quick search for torrent files on movie pages for IMDB™”。

擴展截圖

screenshot
screenshot

下載Torrent Search for a Movie擴展crx文件

下載Torrent Search for a Movie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension is helpful for IMDB™ users and people who download movies with help of torrents.
Now while you check the rating and reviews of a movie or TV series on IMDB™ you can immediately search for a torrent file for it! Torrent download button appears right next to movie title on IMDB™ webpage!
This is a simple extension. It works only on IMDB™ pages!
 Features
- Adds Download torrent button on IMDB™ movie pages and TV series
- Nothing more!
 NOTE: Movie Torrent Search for IMDB™ extension is not endorsed or certified by Amazon.com, Inc. All IMDB™ logos and trademarks displayed on this chrome extension are property of Amazon.com, Inc.                    

擴展基本資訊

名稱 Torrent Search for a Movie Torrent Search for a Movie
ID mkhmkalnahnenledodkkpfaeboippieh
官方網址 https://chromewebstore.google.com/detail/torrent-search-for-a-movi/mkhmkalnahnenledodkkpfaeboippieh
簡介 Quick search for torrent files on movie pages for IMDB™
檔案大小 204 KB
安裝次數 2,284
目前版本 4.0.0.1
更新時間 2023-05-30
上架時間 2023-02-14
評分 4.00/5 共 8 次評分
開發者 Utilities For Life
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://bit.ly/3RYjS6m
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.imdb.com\/*",
                "*:\/\/*.kinopoisk.ru\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage",
        "proxy",
        "cookies",
        "webRequestAuthProvider",
        "tabs",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "js\/sandbox.html"
        ]
    },
    "version": "4.0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "js\/sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}