SonicBit
SonicBit Google Chrome Extension. One Click torrent download.
What is SonicBit?
SonicBit is a Chrome extension developed by https://sonicbit.net, and its main feature is "SonicBit Google Chrome Extension. One Click torrent download.".
Extension Screenshots
Download SonicBit Extension CRX File
Download SonicBit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SonicBit |
ID | caeebcagcpmjhlmndepapcokebchemij |
Official URL | https://chromewebstore.google.com/detail/sonicbit/caeebcagcpmjhlmndepapcokebchemij |
Description | SonicBit Google Chrome Extension. One Click torrent download. |
File Size | 194 KB |
Installation Count | 1,050 |
Current Version | 2.2 |
Last Updated | 2022-07-23 |
Publish Date | 2020-07-14 |
Rating | 3.13/5 Total 8 Ratings |
Developer | https://sonicbit.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sonicbit.net |
Help Page URL | https://dash.sonicbit.net/support |
Privacy Policy Page URL | https://www.sonicbit.net/privacy-policy |
Supported Languages | 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 } |