SonicBit
SonicBit Google Chrome Extension. One Click torrent download.
Apa itu SonicBit?
SonicBit adalah ekstensi Chrome yang dikembangkan oleh https://sonicbit.net, dan fitur utamanya adalah "SonicBit Google Chrome Extension. One Click torrent download.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SonicBit
Unduh file ekstensi SonicBit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | SonicBit |
ID | caeebcagcpmjhlmndepapcokebchemij |
URL Resmi | https://chromewebstore.google.com/detail/sonicbit/caeebcagcpmjhlmndepapcokebchemij |
Deskripsi | SonicBit Google Chrome Extension. One Click torrent download. |
Ukuran File | 194 KB |
Jumlah Instalasi | 1,050 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2022-07-23 |
Tanggal Publikasi | 2020-07-14 |
Penilaian | 3.13/5 Total 8 Penilaian |
Pengembang | https://sonicbit.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.sonicbit.net |
URL Halaman Bantuan | https://dash.sonicbit.net/support |
URL Halaman Kebijakan Privasi | https://www.sonicbit.net/privacy-policy |
Bahasa yang Didukung | 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 } |