Bitso
Bitso Google Chrome Extension. One Click torrent download.
Что такое Bitso?
Bitso - это расширение Chrome, разработанное https://bitso24.com, и его основная функция - "Bitso Google Chrome Extension. One Click torrent download.".
Снимки экрана расширения
Скачать файл CRX расширения Bitso
Скачайте файлы расширений Bitso в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use our extension to simply add torrent to your Bitso pannel with single click. Enter any website and right click at the magnet or HTTP/HTTPS torrent link, and simply click 'Add to Bitso' to download the torrent to your account.
Основная информация о расширении
Название | Bitso |
ID | nbecpolcbpcojchfgicolbcianghekpe |
Официальный URL | https://chromewebstore.google.com/detail/bitso/nbecpolcbpcojchfgicolbcianghekpe |
Описание | Bitso Google Chrome Extension. One Click torrent download. |
Размер файла | 28.98 KB |
Количество установок | 123 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-03-03 |
Дата публикации | 2021-03-02 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://bitso24.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://bitso24.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Bitso" }, "description": "Bitso Google Chrome Extension. One Click torrent download.", "icons": { "128": "icons\/icon_128.png", "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png" }, "manifest_version": 2, "name": "Bitso", "permissions": [ "contextMenus" ], "version": "1.0" } |