Magnet linker
Extends magnet links to enable quick adding of torrents to Transmission via the RPC API.
什麼是Magnet linker?
Magnet linker是由Rob Green開發的Chrome擴展程式,該擴展的主要功能是“Extends magnet links to enable quick adding of torrents to Transmission via the RPC API.”。
擴展截圖
下載Magnet linker擴展crx文件
下載Magnet linker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Magnet linker |
ID | neokhcngmjnlbnphpfmiidlljbpffecd |
官方網址 | https://chromewebstore.google.com/detail/magnet-linker/neokhcngmjnlbnphpfmiidlljbpffecd |
簡介 | Extends magnet links to enable quick adding of torrents to Transmission via the RPC API. |
檔案大小 | 879 KB |
安裝次數 | 2,138 |
目前版本 | 2.0.1.0 |
更新時間 | 2022-04-02 |
上架時間 | 2020-06-12 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Rob Green |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://trossr32.github.io/magnet-linker-browser-extension/ |
說明頁面URL | https://trossr32.github.io/magnet-linker-browser-extension/ |
隱私政策頁面URL | https://github.com/trossr32/sonarr-radarr-lidarr-autosearch-browser-extension/blob/master/PrivacyPolicy.md |
支援的語言 | 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", " |