SaveBomb
SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.
Wat is SaveBomb?
SaveBomb is een Chrome-extensie ontwikkeld door Michal Koričanský, en de belangrijkste functie is "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.".
Download het CRX-bestand van de extensie SaveBomb
Download SaveBomb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bmbkkljnkjnhhnpifghhncfpfgjmegki |
Officiële URL | https://chrome.google.com/webstore/detail/savebomb/bmbkkljnkjnhhnpifghhncfpfgjmegki |
Beschrijving | SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc. |
Bestandsgrootte | 8.61 KB |
Aantal Installaties | 63 |
Huidige Versie | 0.0.41 |
Laatst Bijgewerkt | 2015-02-10 |
Publicatiedatum | 2015-02-10 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Michal Koričanský |
Betalingswijze | free |
Extensiewebsite | http://www.savebomb.com |
Help Pagina-URL | http://www.savebomb.com |
Ondersteunde Talen | 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" ] } |