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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
        }
    ]
}