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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |