SonicBit

SonicBit Google Chrome Extension. One Click torrent download.

Qu'est-ce que SonicBit ?

SonicBit est une extension Chrome développée par https://sonicbit.net, et sa fonction principale est "SonicBit Google Chrome Extension. One Click torrent download.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SonicBit

Téléchargez les fichiers d'extension SonicBit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SonicBit SonicBit
ID caeebcagcpmjhlmndepapcokebchemij
URL Officiel https://chromewebstore.google.com/detail/sonicbit/caeebcagcpmjhlmndepapcokebchemij
Description SonicBit Google Chrome Extension. One Click torrent download.
Taille du Fichier 194 KB
Nombre d'Installations 1,050
Version Actuelle 2.2
Dernière Mise à Jour 2022-07-23
Date de Publication 2020-07-14
Évaluation 3.13/5 Total 8 Évaluations
Développeur https://sonicbit.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.sonicbit.net
URL de la Page d'Aide https://dash.sonicbit.net/support
URL de la Page de Politique de Confidentialité https://www.sonicbit.net/privacy-policy
Langues Prises en Charge 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
}