SaveBomb

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

SaveBomb란 무엇입니까?

SaveBomb은(는) Michal Koričanský에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc."입니다.

SaveBomb 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 SaveBomb SaveBomb
ID bmbkkljnkjnhhnpifghhncfpfgjmegki
공식 URL https://chrome.google.com/webstore/detail/savebomb/bmbkkljnkjnhhnpifghhncfpfgjmegki
설명 SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.
파일 크기 8.61 KB
설치 횟수 63
현재 버전 0.0.41
최근 업데이트 2015-02-10
출시 날짜 2015-02-10
평점 3.00/5 총 2 개의 평점
개발자 Michal Koričanský
결제 유형 free
확장 프로그램 웹 사이트 http://www.savebomb.com
도움말 페이지 URL http://www.savebomb.com
지원되는 언어 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"
    ]
}