Torrent Search for a Movie

Quick search for torrent files on movie pages for IMDB™

Torrent Search for a Movie là gì?

Torrent Search for a Movie là một tiện ích mở rộng Chrome được phát triển bởi Utilities For Life, và tính năng chính của nó là "Quick search for torrent files on movie pages for IMDB™".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Torrent Search for a Movie

Tải xuống các tệp mở rộng Torrent Search for a Movie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Torrent Search for a Movie Torrent Search for a Movie
ID mkhmkalnahnenledodkkpfaeboippieh
URL Chính Thức https://chromewebstore.google.com/detail/torrent-search-for-a-movi/mkhmkalnahnenledodkkpfaeboippieh
Mô tả Quick search for torrent files on movie pages for IMDB™
Kích Thước Tệp 204 KB
Số Lần Cài Đặt 2,284
Phiên Bản Hiện Tại 4.0.0.1
Cập Nhật Lần Cuối 2023-05-30
Ngày Phát Hành 2023-02-14
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Utilities For Life
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://bit.ly/3RYjS6m
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}