SaveBomb

SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.

Vad är SaveBomb?

SaveBomb är en Chrome-tillägg utvecklad av Michal Koričanský, och dess huvudfunktion är "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.".

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

Ladda ner SaveBomb-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

                        Thanks to SaveBomb you will be able to download videos fast, simple and most of all FREE. All you have to do is to go on one of our supported websites and click on video, after that you will be redirected to our site where you will already have a link for downloading a video.                    

Grundläggande Information om Tillägg

Namn SaveBomb SaveBomb
ID bmbkkljnkjnhhnpifghhncfpfgjmegki
Officiell webbadress https://chrome.google.com/webstore/detail/savebomb/bmbkkljnkjnhhnpifghhncfpfgjmegki
Beskrivning SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.
Filstorlek 8.61 KB
Antal Installationer 63
Aktuell Version 0.0.41
Senast Uppdaterad 2015-02-10
Publiceringsdatum 2015-02-10
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Michal Koričanský
Betalningssätt free
Tilläggswebbplats http://www.savebomb.com
Hjälpsida URL http://www.savebomb.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SaveBomb",
    "description": "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.",
    "version": "0.0.41",
    "author": "Michal Kori\u010dansk\u00fd",
    "icons": {
        "16": "img\/savebomb-16.png",
        "48": "img\/savebomb-48.png",
        "32": "img\/savebomb-32.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/savebomb-16.png",
            "38": "img\/savebomb-32.png"
        },
        "default_title": "Download"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}