SonicBit

SonicBit Google Chrome Extension. One Click torrent download.

SonicBit là gì?

SonicBit là một tiện ích mở rộng Chrome được phát triển bởi https://sonicbit.net, và tính năng chính của nó là "SonicBit Google Chrome Extension. One Click torrent download.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SonicBit

Tải xuống các tệp mở rộng SonicBit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SonicBit SonicBit
ID caeebcagcpmjhlmndepapcokebchemij
URL Chính Thức https://chromewebstore.google.com/detail/sonicbit/caeebcagcpmjhlmndepapcokebchemij
Mô tả SonicBit Google Chrome Extension. One Click torrent download.
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 1,050
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-07-23
Ngày Phát Hành 2020-07-14
Đánh Giá 3.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://sonicbit.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sonicbit.net
URL Trang Trợ Giúp https://dash.sonicbit.net/support
URL Trang Chính Sách Bảo Mật https://www.sonicbit.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}