Torrent Clipper

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

Was ist Torrent Clipper?

Torrent Clipper ist eine Chrome-Erweiterung, die von Piperun entwickelt wurde, und ihr Hauptmerkmal ist "Add torrent and magnet links to your Bittorrent client's web interface.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Torrent Clipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Torrent Clipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Torrent Clipper Torrent Clipper
ID cmhdhpcfabppigjedlenkmleklplflhp
Offizielle URL https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp
Beschreibung Add torrent and magnet links to your Bittorrent client's web interface.
Dateigröße 65.38 KB
Installationsanzahl 3,000
Aktuelle Version 0.2.15
Letztes Update 2021-03-07
Veröffentlichungsdatum 2019-08-21
Bewertung 4.15/5 Insgesamt 26 Bewertungen
Entwickler Piperun
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy
Unterstützte Sprachen 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"
    }
}