Magneto
Instantly opens the first found magnet torrent link without having to click through multiple ads.
Hvad er Magneto?
Magneto er en Chrome-udvidelse udviklet af Arthur B, og dens hovedfunktion er "Instantly opens the first found magnet torrent link without having to click through multiple ads.".
Udvidelsesskærmbilleder
Download Magneto-udvidelses-CRX-fil
Download Magneto-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A really simple extension that I mainly made for myself.
(Icon created by Nikita Golubev - https://www.flaticon.com/authors/nikita-golubev) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | naajadmdmkecdondddponjjdmflocmpk |
| Officiel URL | https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk |
| Beskrivelse | Instantly opens the first found magnet torrent link without having to click through multiple ads. |
| Filstørrelse | 17.1 KB |
| Antal Installationer | 21 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2019-11-15 |
| Udgivelsesdato | 2019-11-15 |
| Udvikler | Arthur B |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Magneto",
"author": "Arthur B",
"version": "1.0",
"description": "Instantly opens the first found magnet torrent link without having to click through multiple ads.",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png",
"default_title": "Magneto"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
" | |