Torrent Clipper
Add torrent and magnet links to your Bittorrent client's web interface.
Co je Torrent Clipper?
Torrent Clipper je rozšíření Chrome vyvinuté Piperun, a jeho hlavní funkcí je „Add torrent and magnet links to your Bittorrent client's web interface.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Torrent Clipper
Stáhněte si soubory rozšíření Torrent Clipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Torrent Clipper |
ID | cmhdhpcfabppigjedlenkmleklplflhp |
Oficiální URL | https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp |
Popis | Add torrent and magnet links to your Bittorrent client's web interface. |
Velikost souboru | 65.38 KB |
Počet instalací | 3,000 |
Aktuální Verze | 0.2.15 |
Poslední Aktualizace | 2021-03-07 |
Datum Vydání | 2019-08-21 |
Hodnocení | 4.15/5 Celkem 26 Hodnocení |
Vývojář | Piperun |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy |
Podporované Jazyky | 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", " |