Torrent Scanner

Search the web

O que é Torrent Scanner?

Torrent Scanner é uma extensão do Chrome desenvolvida por Torrent Scanner, e sua principal característica é "Search the web".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Torrent Scanner

Baixe arquivos de extensão Torrent Scanner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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?                    

Informações Básicas da Extensão

Nome Torrent Scanner Torrent Scanner
ID aegnopegbbhjeeiganiajffnalhlkkjb
URL Oficial https://chromewebstore.google.com/detail/torrent-scanner/aegnopegbbhjeeiganiajffnalhlkkjb
Descrição Search the web
Tamanho do Arquivo 2.73 MB
Contagem de Instalações 11,000,000
Versão Atual 1.4.0
Última Atualização 2024-01-08
Data de Publicação 2023-02-28
Classificação 2.37/5 Total de 360 Avaliações
Desenvolvedor Torrent Scanner
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.adaware.com/privacy-policy
Idiomas Suportados 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"
}