Torrent Clipper
Add torrent and magnet links to your Bittorrent client's web interface.
Cos'è Torrent Clipper?
Torrent Clipper è un'estensione di Chrome sviluppata da Piperun, e la sua funzione principale è "Add torrent and magnet links to your Bittorrent client's web interface.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Torrent Clipper
Scarica i file di estensione Torrent Clipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Torrent Clipper |
ID | cmhdhpcfabppigjedlenkmleklplflhp |
URL Ufficiale | https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp |
Descrizione | Add torrent and magnet links to your Bittorrent client's web interface. |
Dimensione del File | 65.38 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 0.2.15 |
Ultimo Aggiornamento | 2021-03-07 |
Data di Pubblicazione | 2019-08-21 |
Valutazione | 4.15/5 Totale 26 Valutazioni |
Sviluppatore | Piperun |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy |
Lingue Supportate | 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", " |