Magneto
Instantly opens the first found magnet torrent link without having to click through multiple ads.
什麼是Magneto?
Magneto是由Arthur B開發的Chrome擴展程式,該擴展的主要功能是“Instantly opens the first found magnet torrent link without having to click through multiple ads.”。
擴展截圖
下載Magneto擴展crx文件
下載Magneto擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A really simple extension that I mainly made for myself. (Icon created by Nikita Golubev - https://www.flaticon.com/authors/nikita-golubev)
擴展基本資訊
名稱 | Magneto |
ID | naajadmdmkecdondddponjjdmflocmpk |
官方網址 | https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk |
簡介 | Instantly opens the first found magnet torrent link without having to click through multiple ads. |
檔案大小 | 17.1 KB |
安裝次數 | 21 |
目前版本 | 1.0 |
更新時間 | 2019-11-15 |
上架時間 | 2019-11-15 |
開發者 | Arthur B |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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", " |