Torrent Scanner

Search the web

Torrent Scanner là gì?

Torrent Scanner là một tiện ích mở rộng Chrome được phát triển bởi Torrent Scanner, và tính năng chính của nó là "Search the web".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Torrent Scanner 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

                        Are you new to torrenting? Been doing it for years? Welcome to the smartest search extension that makes finding torrents safer and easier for novice and expert.

Using any major search engine, this extension automatically scans search results and bubbles up valid torrent results, so you avoid visiting harmful sites with bogus, deceptive links.  And you save tons of time.

Just click the green Play button and your downloading app will take over.  The search results will show both Magnet and File links:
* Magnet Links:  Just one click to open
* File Links:  Download and open these

Even helps you avoid  data leaks, data gathering and data misuse from malicious sites.

Fast, efficient searching.  

What could be easier?                    

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

Tên Torrent Scanner Torrent Scanner
ID aegnopegbbhjeeiganiajffnalhlkkjb
URL Chính Thức https://chromewebstore.google.com/detail/torrent-scanner/aegnopegbbhjeeiganiajffnalhlkkjb
Mô tả Search the web
Kích Thước Tệp 2.73 MB
Số Lần Cài Đặt 11,000,000
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2023-02-28
Đánh Giá 2.37/5 Tổng số 360 Đánh Giá
Nhà Phát Triển Torrent Scanner
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.adaware.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Adaware",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/browsericons\/icon16.png",
            "32": "img\/browsericons\/icon32.png"
        },
        "default_title": "Torrent Scanner"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/lib\/socket.io.min.js",
                "\/js\/systemUtil.js",
                "\/js\/functionUtil.js",
                "\/js\/contentscript.js",
                "\/js\/scraperscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "\/css\/custom.css"
            ],
            "js": [
                "\/js\/popup.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Torrent Scanner",
    "short_name": "Torrent Scanner",
    "permissions": [
        "storage",
        "tabs"
    ],
    "optional_permissions": [
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.4.0"
}