Magnet linker
Extends magnet links to enable quick adding of torrents to Transmission via the RPC API.
Magnet linker là gì?
Magnet linker là một tiện ích mở rộng Chrome được phát triển bởi Rob Green, và tính năng chính của nó là "Extends magnet links to enable quick adding of torrents to Transmission via the RPC API.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Magnet linker
Tải xuống các tệp mở rộng Magnet linker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Extends magnet links with a button that enables quick adding of torrents to Transmission via the RPC API. Allows the addition of custom HTML both before and after the button element based on a search of a websites URL, as well as adjustment of the div float on the button HTML.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Magnet linker |
ID | neokhcngmjnlbnphpfmiidlljbpffecd |
URL Chính Thức | https://chromewebstore.google.com/detail/magnet-linker/neokhcngmjnlbnphpfmiidlljbpffecd |
Mô tả | Extends magnet links to enable quick adding of torrents to Transmission via the RPC API. |
Kích Thước Tệp | 879 KB |
Số Lần Cài Đặt | 2,138 |
Phiên Bản Hiện Tại | 2.0.1.0 |
Cập Nhật Lần Cuối | 2022-04-02 |
Ngày Phát Hành | 2020-06-12 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Rob Green |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://trossr32.github.io/magnet-linker-browser-extension/ |
URL Trang Trợ Giúp | https://trossr32.github.io/magnet-linker-browser-extension/ |
URL Trang Chính Sách Bảo Mật | https://github.com/trossr32/sonarr-radarr-lidarr-autosearch-browser-extension/blob/master/PrivacyPolicy.md |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magnet linker", "description": "Extends magnet links to enable quick adding of torrents to Transmission via the RPC API.", "version": "2.0.1.0", "browser_action": { "default_icon": "content\/assets\/images\/Transmission-faded.png", "default_popup": "popup.html" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "icons": { "16": "content\/assets\/images\/Transmission16.png", "48": "content\/assets\/images\/Transmission48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "content\/js\/jquery.min.js", "content\/js\/browser-polyfill.min.js", "content\/js\/core.js", "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ], "css": [ "content\/css\/bootstrap.tw.min.css", "content\/css\/content_script.css" ], "js": [ "content\/js\/jquery.min.js", "content\/js\/bootstrap.micro.min.js", "content\/js\/browser-polyfill.min.js", "content\/js\/core.js", "content\/js\/content_script.js" ] } ], "permissions": [ "storage", "tabs", " |