Torrent Clipper
Add torrent and magnet links to your Bittorrent client's web interface.
什麼是Torrent Clipper?
Torrent Clipper是由Piperun開發的Chrome擴展程式,該擴展的主要功能是“Add torrent and magnet links to your Bittorrent client's web interface.”。
擴展截圖
下載Torrent Clipper擴展crx文件
下載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 |
官方網址 | 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", " |