SonicBit
SonicBit Google Chrome Extension. One Click torrent download.
SonicBitとは何ですか?
SonicBitはhttps://sonicbit.netによって開発されたChromeの拡張機能で、その主な機能は「SonicBit Google Chrome Extension. One Click torrent download.」です。
拡張機能のスクリーンショット
SonicBit拡張機能のCRXファイルをダウンロード
SonicBit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |