Torrent Clipper

Add torrent and magnet links to your Bittorrent client's web interface.

Torrent Clipper क्या है?

Torrent Clipper Piperun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add torrent and magnet links to your Bittorrent client's web interface."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Torrent Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Torrent Clipper is an extension used to remotely add torrents seamlessly, 
this is an unofficial fork from the firefox version called: Torrent Control.

Supported clients:
https://github.com/piperun/torrent-clipper/wiki/Supported-Websites

Features:    
    Handle magnet links.
    Utilize store multiple servers seamlessly.
    Uses Google Sync (if enabled) to store the data.
    Specialized parsing via regex


If there's any problem please go to the support link and open an issue.




Original author:
https://github.com/Mika-/torrent-control

Original artist:
https://www.freepik.com/macrovector                    

एक्सटेंशन की मूल जानकारी

नाम Torrent Clipper Torrent Clipper
ID cmhdhpcfabppigjedlenkmleklplflhp
आधिकारिक URL https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp
विवरण Add torrent and magnet links to your Bittorrent client's web interface.
फ़ाइल का आकार 65.38 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 0.2.15
अंतिम अपडेट 2021-03-07
प्रकाशन तिथि 2019-08-21
रेटिंग 4.15/5 कुल 26 रेटिंग्स
डेवलपर Piperun
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy
समर्थित भाषाएँ en,fi,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torrent Clipper",
    "version": "0.2.15",
    "description": "Add torrent and magnet links to your Bittorrent client's web interface.",
    "default_locale": "en",
    "icons": {
        "32": "icon\/default-32.png",
        "48": "icon\/default-48.png",
        "64": "icon\/default-64.png"
    },
    "options_ui": {
        "page": "view\/options.html"
    },
    "browser_action": {
        "default_area": "navbar",
        "theme_icons": [
            {
                "light": "icon\/default-light.svg",
                "dark": "icon\/default.svg",
                "size": 32
            },
            {
                "light": "icon\/default-light.svg",
                "dark": "icon\/default.svg",
                "size": 64
            }
        ]
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "background.html"
    }
}