Rutor Torrent Search

Search for torrent files with Rutor mirrors in popup

Rutor Torrent Search란 무엇입니까?

Rutor Torrent Search은(는) Utilities For Life에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for torrent files with Rutor mirrors in popup"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Rutor Torrent Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Rutor Torrent Search uses a proxy to search on Rutor and display search results without visiting its page.  Click on the torrent download link to download content in your torrent downloader. You can also use clipboard via CTRL+C to copy magnet links.

Features:
1. Quick search
2. No Ads and Free
3. No Data collection

Is the Rutor illegal to use? Is it possible to get arrested for using it?
- Pirating media is only illegal if done for commercial gain.
- Pirating is perfectly legal IF it's for private viewing.
- Read the copyright disclaimers. It's all there.

Rutor Torrent Search is not an official extension. It is not related anyhow to Rutor owners. It is created by enthusiasts for non-commercial use.                    

확장 프로그램 기본 정보

이름 Rutor Torrent Search Rutor Torrent Search
ID abdceahijcbcenfjofjhiajiofajgdma
공식 URL https://chromewebstore.google.com/detail/rutor-torrent-search/abdceahijcbcenfjofjhiajiofajgdma
설명 Search for torrent files with Rutor mirrors in popup
파일 크기 308 KB
설치 횟수 8,538
현재 버전 4.0.0.0
최근 업데이트 2023-01-24
출시 날짜 2023-01-24
평점 4.20/5 총 15 개의 평점
개발자 Utilities For Life
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://bit.ly/3RYjS6m
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "*:\/\/suggestqueries.google.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "proxy",
        "unlimitedStorage",
        "cookies",
        "webRequestAuthProvider",
        "tabs",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "version": "4.0.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}