Torrent Scanner

Search the web

ما هو Torrent Scanner؟

Torrent Scanner هو إضافة Chrome تم تطويرها بواسطة Torrent Scanner، والميزة الرئيسية لها هي "Search the web".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Torrent Scanner

قم بتنزيل ملفات الامتداد Torrent Scanner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة سياسة الخصوصية 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"
}