Torrent Clipper

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

Qu'est-ce que Torrent Clipper ?

Torrent Clipper est une extension Chrome développée par Piperun, et sa fonction principale est "Add torrent and magnet links to your Bittorrent client's web interface.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Torrent Clipper

Téléchargez les fichiers d'extension Torrent Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Torrent Clipper Torrent Clipper
ID cmhdhpcfabppigjedlenkmleklplflhp
URL Officiel https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp
Description Add torrent and magnet links to your Bittorrent client's web interface.
Taille du Fichier 65.38 KB
Nombre d'Installations 3,000
Version Actuelle 0.2.15
Dernière Mise à Jour 2021-03-07
Date de Publication 2019-08-21
Évaluation 4.15/5 Total 26 Évaluations
Développeur Piperun
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy
Langues Prises en Charge 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"
    }
}