Bitso

Bitso Google Chrome Extension. One Click torrent download.

Vad är Bitso?

Bitso är en Chrome-tillägg utvecklad av https://bitso24.com, och dess huvudfunktion är "Bitso Google Chrome Extension. One Click torrent download.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bitso-förlängningens CRX-fil

Ladda ner Bitso-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bitso Bitso
ID nbecpolcbpcojchfgicolbcianghekpe
Officiell webbadress https://chromewebstore.google.com/detail/bitso/nbecpolcbpcojchfgicolbcianghekpe
Beskrivning Bitso Google Chrome Extension. One Click torrent download.
Filstorlek 28.98 KB
Antal Installationer 123
Aktuell Version 1.0
Senast Uppdaterad 2021-03-03
Publiceringsdatum 2021-03-02
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://bitso24.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://bitso24.com
Stödda Språk 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"
}