Torrent Search Engine For Chrome Professional

Sets Torrent Search Engine as Default Search Engine.

Torrent Search Engine For Chrome Professional là gì?

Torrent Search Engine For Chrome Professional là một tiện ích mở rộng Chrome được phát triển bởi https://chromeapps.site, và tính năng chính của nó là "Sets Torrent Search Engine as Default Search Engine.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Torrent Search Engine For Chrome Professional

Tải xuống các tệp mở rộng Torrent Search Engine For Chrome Professional 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 looking for an extension that let's you search for torrents and various famous site in a single click? Do you want an extension that only shows sites with torrent download and magnet links? Then this is the extension you should use. All it does is, it sets your default search engine to our search engine.

Steps to Use
1. Once extension is installed. Click on address bar and type "torrent" and press "tab" button. Or you can use new tab search bar you will be directed to torrent search engine only.
2. Now it is activated. Enter the name of any movie, game, pdf, or any file you wish to download. Click enter.
3. That's it. Isn't it easy?

This extension let's you search few of the most popular sites. This makes sure that which ever file you want to find , you get it. 

It is  better than normal search engine and other such extension is that, it only shows torrent sites and it shows results from multiple sites at once.

We update the list of  web sites so that user get result that are latest and always relevant to what user is searching. Suppose you are searching for a movie and it is a rare movie and it is not available on one website then other might have it. This way this magnet ink search tool is better than single website search.

This extension allows you to search  from the below mentioned website.
Katcr  Search
The Pirate Bay  Search
1377X  Search
Yify  Search 
RarBG  Search

Disclosure - By clicking ‘Add to chrome, you accept and agree to install the Torrent Search Engine For Chrome Pro extension, set the Chrome Default Search to "https://chromeapps.site/torrentsearch/search.html", and adhere to the Terms and Privacy Policy.

Privacy Policy
https://chromeapps.site/privacypolicy.html
TOS
https://chromeapps.site/tos.html                    

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

Tên Torrent Search Engine For Chrome Professional Torrent Search Engine For Chrome Professional
ID khbokcdnjabjniiimkjdfhgnkccbkoah
URL Chính Thức https://chromewebstore.google.com/detail/torrent-search-engine-for/khbokcdnjabjniiimkjdfhgnkccbkoah
Mô tả Sets Torrent Search Engine as Default Search Engine.
Kích Thước Tệp 10.21 KB
Số Lần Cài Đặt 10,049
Phiên Bản Hiện Tại 3.113
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2021-09-08
Đánh Giá 3.47/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://chromeapps.site
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chromeapps.site/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Torrent Search Engine For Chrome Professional",
    "version": "3.113",
    "offline_enabled": true,
    "container": "GOOGLE_DRIVE",
    "description": "Sets Torrent Search Engine as Default Search Engine.",
    "omnibox": {
        "keyword": "Torrent"
    },
    "icons": {
        "128": "icon.jpg"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.jpg"
    },
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.chromeapps.site\/*"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Torrent Search Engine Pro",
            "keyword": "movie",
            "search_url": "https:\/\/chromeapps.site\/torrentsearch\/search.html?q={searchTerms}",
            "favicon_url": "https:\/\/chromeapps.site\/torrentsearch\/icon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "browser_action": {
        "default_icon": "icon.jpg"
    }
}