SonicBit
SonicBit Google Chrome Extension. One Click torrent download.
Was ist SonicBit?
SonicBit ist eine Chrome-Erweiterung, die von https://sonicbit.net entwickelt wurde, und ihr Hauptmerkmal ist "SonicBit Google Chrome Extension. One Click torrent download.".
Erweiterungsscreenshots
SonicBit-Erweiterungs-CRX-Datei herunterladen
Laden Sie SonicBit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SonicBit |
ID | caeebcagcpmjhlmndepapcokebchemij |
Offizielle URL | https://chromewebstore.google.com/detail/sonicbit/caeebcagcpmjhlmndepapcokebchemij |
Beschreibung | SonicBit Google Chrome Extension. One Click torrent download. |
Dateigröße | 194 KB |
Installationsanzahl | 1,050 |
Aktuelle Version | 2.2 |
Letztes Update | 2022-07-23 |
Veröffentlichungsdatum | 2020-07-14 |
Bewertung | 3.13/5 Insgesamt 8 Bewertungen |
Entwickler | https://sonicbit.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.sonicbit.net |
Hilfeseite URL | https://dash.sonicbit.net/support |
URL der Datenschutzrichtlinien-Seite | https://www.sonicbit.net/privacy-policy |
Unterstützte Sprachen | 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 } |