Torrent Scanner

Search the web

What is Torrent Scanner?

Torrent Scanner is a Chrome extension developed by Torrent Scanner, and its main feature is "Search the web".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Torrent Scanner Extension CRX File

Download Torrent Scanner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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?                    

Extension Basic Information

Name Torrent Scanner Torrent Scanner
ID aegnopegbbhjeeiganiajffnalhlkkjb
Official URL https://chromewebstore.google.com/detail/torrent-scanner/aegnopegbbhjeeiganiajffnalhlkkjb
Description Search the web
File Size 2.73 MB
Installation Count 11,000,000
Current Version 1.4.0
Last Updated 2024-01-08
Publish Date 2023-02-28
Rating 2.37/5 Total 360 Ratings
Developer Torrent Scanner
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.adaware.com/privacy-policy
Supported Languages 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"
}