SonicBit

SonicBit Google Chrome Extension. One Click torrent download.

什么是SonicBit?

SonicBit是由https://sonicbit.net开发的Chrome扩展程序,该扩展的主要功能是“SonicBit Google Chrome Extension. One Click torrent download.”。

扩展截图

screenshot
screenshot

下载SonicBit扩展crx文件

下载SonicBit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use our extension to simply add torrent to your SonicBit dashboard with single click. Enter any website and right click at the magnet or HTTP/HTTPS torrent link, and simply click 'Add to SonicBit' to download the torrent to your account.                    

扩展基本信息

名称 SonicBit SonicBit
ID caeebcagcpmjhlmndepapcokebchemij
官方URL https://chromewebstore.google.com/detail/sonicbit/caeebcagcpmjhlmndepapcokebchemij
简介 SonicBit Google Chrome Extension. One Click torrent download.
文件大小 194 KB
安装次数 1,050
当前版本 2.2
更新时间 2022-07-23
上架时间 2020-07-14
评分 3.13/5 共8次评分
开发者 https://sonicbit.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.sonicbit.net
帮助页面URL https://dash.sonicbit.net/support
隐私政策页面URL https://www.sonicbit.net/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SonicBit",
    "description": "SonicBit Google Chrome Extension. One Click torrent download.",
    "version": "2.2",
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "*:\/\/*.sonicbit.net\/*",
        "*:\/\/www.sonicbit.net\/*",
        "*:\/\/sonicbit.net\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "SonicBit",
        "default_popup": "popup\/index.html"
    },
    "externally_connectable": {
        "ids": [
            "fclkpejeajbaompkgekmekaadjinleic"
        ],
        "matches": [
            "https:\/\/*.sonicbit.net\/*",
            "https:\/\/www.sonicbit.net\/*",
            "https:\/\/sonicbit.net\/*",
            "*:\/\/*.sonicbit.net\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.sonicbit.net\/*",
                "*:\/\/*.mozillademos.org\/*"
            ],
            "js": [
                "popup\/jquery-3.3.1.min.js",
                "popup\/jsset.js",
                "popup\/bootstrap.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2
}