Add Torrent To
Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.
Hvad er Add Torrent To?
Add Torrent To er en Chrome-udvidelse udviklet af gchristnsn, og dens hovedfunktion er "Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.".
Udvidelsesskærmbilleder
Download Add Torrent To-udvidelses-CRX-fil
Download Add Torrent To-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Add Torrent To is a minimalist browser extension that allows to instantly begin a download of the torrent content into a configurable set of directories available from the browser context menu. It is useful for preventing clutter in the download directory.
Grundlæggende oplysninger om udvidelsen
Navn | Add Torrent To |
ID | jlbkggamnpibjmibgcohffcncainphbj |
Officiel URL | https://chromewebstore.google.com/detail/add-torrent-to/jlbkggamnpibjmibgcohffcncainphbj |
Beskrivelse | Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent. |
Filstørrelse | 237 KB |
Antal Installationer | 2,342 |
Nuværende Version | 0.4.4 |
Senest Opdateret | 2023-12-05 |
Udgivelsesdato | 2022-08-12 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | gchristnsn |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gchristensen.github.io/torrent-add/ |
Hjælpeside-URL | https://github.com/GChristensen/torrent-add/issues |
URL til Fortrolighedspolitik Side | https://gchristensen.github.io/docs/chrome-privacy-policy.html |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add Torrent To", "version": "0.4.4", "homepage_url": "https:\/\/gchristensen.github.io\/torrent-add\/", "description": "Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.", "icons": { "16": "ui\/icons\/logo16.png", "48": "ui\/icons\/logo48.png", "96": "ui\/icons\/logo96.png", "128": "ui\/icons\/logo128.png" }, "background": { "service_worker": "background_worker.js", "type": "module" }, "options_ui": { "page": "ui\/options.html", "browser_style": true }, "permissions": [ "storage", "contextMenus", "notifications", "declarativeNetRequest" ], "host_permissions": [ " |