Torrent Clipper

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

Wat is Torrent Clipper?

Torrent Clipper is een Chrome-extensie ontwikkeld door Piperun, en de belangrijkste functie is "Add torrent and magnet links to your Bittorrent client's web interface.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Torrent Clipper

Download Torrent Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Torrent Clipper Torrent Clipper
ID cmhdhpcfabppigjedlenkmleklplflhp
Officiële URL https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp
Beschrijving Add torrent and magnet links to your Bittorrent client's web interface.
Bestandsgrootte 65.38 KB
Aantal Installaties 3,000
Huidige Versie 0.2.15
Laatst Bijgewerkt 2021-03-07
Publicatiedatum 2019-08-21
Beoordeling 4.15/5 Totaal 26 Beoordelingen
Ontwikkelaar Piperun
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy
Ondersteunde Talen 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"
    }
}