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ファイルをダウンロード

Rutor Torrent Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
        }
    ]
}