Torrent Scanner

Search the web

什麼是Torrent Scanner?

Torrent Scanner是由Torrent Scanner開發的Chrome擴展程式,該擴展的主要功能是“Search the web”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Torrent Scanner擴展crx文件

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

擴展使用說明

                        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?                    

擴展基本資訊

名稱 Torrent Scanner Torrent Scanner
ID aegnopegbbhjeeiganiajffnalhlkkjb
官方網址 https://chromewebstore.google.com/detail/torrent-scanner/aegnopegbbhjeeiganiajffnalhlkkjb
簡介 Search the web
檔案大小 2.73 MB
安裝次數 11,000,000
目前版本 1.4.0
更新時間 2024-01-08
上架時間 2023-02-28
評分 2.37/5 共 360 次評分
開發者 Torrent Scanner
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.adaware.com/privacy-policy
支援的語言 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"
}