Magneto

Instantly opens the first found magnet torrent link without having to click through multiple ads.

Vad är Magneto?

Magneto är en Chrome-tillägg utvecklad av Arthur B, och dess huvudfunktion är "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Magneto-förlängningens CRX-fil

Ladda ner Magneto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A really simple extension that I mainly made for myself.

(Icon created by Nikita Golubev - https://www.flaticon.com/authors/nikita-golubev)                    

Grundläggande Information om Tillägg

Namn Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
Officiell webbadress https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
Beskrivning Instantly opens the first found magnet torrent link without having to click through multiple ads.
Filstorlek 17.1 KB
Antal Installationer 21
Aktuell Version 1.0
Senast Uppdaterad 2019-11-15
Publiceringsdatum 2019-11-15
Utvecklare Arthur B
E-post arthurbaars@outlook.com
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}