SonicBit

SonicBit Google Chrome Extension. One Click torrent download.

Wat is SonicBit?

SonicBit is een Chrome-extensie ontwikkeld door https://sonicbit.net, en de belangrijkste functie is "SonicBit Google Chrome Extension. One Click torrent download.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SonicBit

Download SonicBit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SonicBit SonicBit
ID caeebcagcpmjhlmndepapcokebchemij
Officiële URL https://chromewebstore.google.com/detail/sonicbit/caeebcagcpmjhlmndepapcokebchemij
Beschrijving SonicBit Google Chrome Extension. One Click torrent download.
Bestandsgrootte 194 KB
Aantal Installaties 1,050
Huidige Versie 2.2
Laatst Bijgewerkt 2022-07-23
Publicatiedatum 2020-07-14
Beoordeling 3.13/5 Totaal 8 Beoordelingen
Ontwikkelaar https://sonicbit.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.sonicbit.net
Help Pagina-URL https://dash.sonicbit.net/support
URL van de Privacybeleid Pagina https://www.sonicbit.net/privacy-policy
Ondersteunde Talen 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
}