SaveBomb

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

¿Qué es SaveBomb?

SaveBomb es una extensión de Chrome desarrollada por Michal Koričanský, y su función principal es "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.".

Descargar Archivo CRX de la Extensión SaveBomb

Descarga archivos de extensión SaveBomb en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SaveBomb SaveBomb
ID bmbkkljnkjnhhnpifghhncfpfgjmegki
URL Oficial https://chrome.google.com/webstore/detail/savebomb/bmbkkljnkjnhhnpifghhncfpfgjmegki
Descripción SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.
Tamaño del Archivo 8.61 KB
Cantidad de Instalaciones 63
Versión Actual 0.0.41
Última Actualización 2015-02-10
Fecha de Publicación 2015-02-10
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Michal Koričanský
Tipo de Pago free
Sitio Web de la Extensión http://www.savebomb.com
URL de la Página de Ayuda http://www.savebomb.com
Idiomas Soportados 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"
    ]
}