Torrent Clipper
Add torrent and magnet links to your Bittorrent client's web interface.
Τι είναι το Torrent Clipper;
Το Torrent Clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Piperun, και η κύρια λειτουργία του είναι "Add torrent and magnet links to your Bittorrent client's web interface.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Torrent Clipper
Λήψη αρχείων επέκτασης Torrent Clipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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", " |