SonicBit

SonicBit Google Chrome Extension. One Click torrent download.

SonicBit क्या है?

SonicBit https://sonicbit.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SonicBit Google Chrome Extension. One Click torrent download."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SonicBit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}