Rutor Torrent Search

Search for torrent files with Rutor mirrors in popup

Rutor Torrent Search क्या है?

Rutor Torrent Search Utilities For Life द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for torrent files with Rutor mirrors in popup"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rutor Torrent Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}