Boomtubes

Download any videos from your favorite websites without any limitation and completely free

Τι είναι το Boomtubes;

Το Boomtubes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Boomtubes.app, και η κύρια λειτουργία του είναι "Download any videos from your favorite websites without any limitation and completely free".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Boomtubes

Λήψη αρχείων επέκτασης Boomtubes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        BoomTubes can download any video from most sites (Vimeo, Twitter, TikTok, Twitch, etc.) ignoring quality restrictions.
We have achieved this through the use of our own servers in combination with constantly updated algorithms for processing video streams.

Sounds difficult? And there is. But not for you. All you have to do is just click on the extension icon and select the quality. The video download will start. Fast and free.

Download videos for free, from dozens of sites and social networks such as Vimeo, Twitter, TikTok, Twitch, and many others - no problem

You can see how it works at Boomtubes.app/howto.

What are the benefits of BoomTubes over other video downloaders?

-Without registering. Install and download videos.
-No additional plugins are required to download videos. Browser extension only.
-No restrictions. Download videos as much as you want.
-Simple and intuitive interface.
-Ongoing support. We read all comments and try to promptly answer all questions and solve problems with downloading videos.
-Large database of supported sites for downloading videos. And we are constantly adding to it. You can suggest a site you are interested in - and we will add it!
-Maximum transparency. In our extension you will not see prohibited scripts. We do not collect information about you. Video download only.
-Download occurs directly from your device, which allows you to download videos from sites that require registration.

Download videos and enjoy downloaded content anytime
Your favorite blogger posted a video on tiktok - download it and watch it anytime.
Don't have time to watch full streams on Twitch? Download the video for free and watch wherever you want.
Want to download videos from Twitter? Easily!
Thousands of supported sites, Video hosting, social networks - download videos in a couple of clicks quickly and for free!


Sincerely, Boomtubes.app team                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Boomtubes Boomtubes
ID igjenkfpfgfhoaagnmbbidjfbobmkohe
Επίσημο URL https://chrome.google.com/webstore/detail/igjenkfpfgfhoaagnmbbidjfbobmkohe
Περιγραφή Download any videos from your favorite websites without any limitation and completely free
Μέγεθος Αρχείου 116 KB
Αριθμός Εγκαταστάσεων 192
Τρέχουσα Έκδοση 1.5.126
Τελευταία Ενημέρωση 2023-07-02
Ημερομηνία Δημοσίευσης 2021-03-25
Αξιολόγηση 4.93/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής Boomtubes.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://boomtubes.app/
Διεύθυνση URL της Σελίδας Βοήθειας https://boomtubes.app/faq
URL της Σελίδας Πολιτικής Απορρήτου https://boomtubes.app/privacy
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDescription__",
    "version": "1.5.126",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "icon_bg_active_sm.png",
        "48": "icon_bg_active_md.png",
        "128": "icon_bg_active_xl.png"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icon_bg_inactive_sm.png",
            "48": "icon_bg_inactive_md.png",
            "128": "icon_bg_inactive_xl.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ]
}