Magnet linker
Extends magnet links to enable quick adding of torrents to Transmission via the RPC API.
Cos'è Magnet linker?
Magnet linker è un'estensione di Chrome sviluppata da Rob Green, e la sua funzione principale è "Extends magnet links to enable quick adding of torrents to Transmission via the RPC API.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Magnet linker
Scarica i file di estensione Magnet linker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | neokhcngmjnlbnphpfmiidlljbpffecd |
| URL Ufficiale | https://chromewebstore.google.com/detail/magnet-linker/neokhcngmjnlbnphpfmiidlljbpffecd |
| Descrizione | Extends magnet links to enable quick adding of torrents to Transmission via the RPC API. |
| Dimensione del File | 879 KB |
| Conteggio Installazioni | 2,138 |
| Versione Corrente | 2.0.1.0 |
| Ultimo Aggiornamento | 2022-04-02 |
| Data di Pubblicazione | 2020-06-12 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Rob Green |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://trossr32.github.io/magnet-linker-browser-extension/ |
| URL della Pagina di Aiuto | https://trossr32.github.io/magnet-linker-browser-extension/ |
| URL della Pagina della Politica sulla Privacy | https://github.com/trossr32/sonarr-radarr-lidarr-autosearch-browser-extension/blob/master/PrivacyPolicy.md |
| Lingue Supportate | 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",
" | |