SaveBomb
SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.
What is SaveBomb?
SaveBomb is a Chrome extension developed by Michal Koričanský, and its main feature is "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.".
Download SaveBomb Extension CRX File
Download SaveBomb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bmbkkljnkjnhhnpifghhncfpfgjmegki |
Official URL | https://chrome.google.com/webstore/detail/savebomb/bmbkkljnkjnhhnpifghhncfpfgjmegki |
Description | SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc. |
File Size | 8.61 KB |
Installation Count | 63 |
Current Version | 0.0.41 |
Last Updated | 2015-02-10 |
Publish Date | 2015-02-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Michal Koričanský |
Payment Type | free |
Extension Website | http://www.savebomb.com |
Help Page URL | http://www.savebomb.com |
Supported Languages | 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" ] } |