SaveBomb
SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.
Was ist SaveBomb?
SaveBomb ist eine Chrome-Erweiterung, die von Michal Koričanský entwickelt wurde, und ihr Hauptmerkmal ist "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.".
SaveBomb-Erweiterungs-CRX-Datei herunterladen
Laden Sie SaveBomb-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bmbkkljnkjnhhnpifghhncfpfgjmegki |
Offizielle URL | https://chrome.google.com/webstore/detail/savebomb/bmbkkljnkjnhhnpifghhncfpfgjmegki |
Beschreibung | SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc. |
Dateigröße | 8.61 KB |
Installationsanzahl | 63 |
Aktuelle Version | 0.0.41 |
Letztes Update | 2015-02-10 |
Veröffentlichungsdatum | 2015-02-10 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Michal Koričanský |
Zahlungsart | free |
Erweiterungswebsite | http://www.savebomb.com |
Hilfeseite URL | http://www.savebomb.com |
Unterstützte Sprachen | 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" ] } |