Magnet linker
Extends magnet links to enable quick adding of torrents to Transmission via the RPC API.
Qu'est-ce que Magnet linker ?
Magnet linker est une extension Chrome développée par Rob Green, et sa fonction principale est "Extends magnet links to enable quick adding of torrents to Transmission via the RPC API.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magnet linker
Téléchargez les fichiers d'extension Magnet linker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Magnet linker |
ID | neokhcngmjnlbnphpfmiidlljbpffecd |
URL Officiel | https://chromewebstore.google.com/detail/magnet-linker/neokhcngmjnlbnphpfmiidlljbpffecd |
Description | Extends magnet links to enable quick adding of torrents to Transmission via the RPC API. |
Taille du Fichier | 879 KB |
Nombre d'Installations | 2,138 |
Version Actuelle | 2.0.1.0 |
Dernière Mise à Jour | 2022-04-02 |
Date de Publication | 2020-06-12 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Rob Green |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://trossr32.github.io/magnet-linker-browser-extension/ |
URL de la Page d'Aide | https://trossr32.github.io/magnet-linker-browser-extension/ |
URL de la Page de Politique de Confidentialité | https://github.com/trossr32/sonarr-radarr-lidarr-autosearch-browser-extension/blob/master/PrivacyPolicy.md |
Langues Prises en Charge | 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", " |