SaveBomb
SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.
Qu'est-ce que SaveBomb ?
SaveBomb est une extension Chrome développée par Michal Koričanský, et sa fonction principale est "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.".
Télécharger le fichier CRX de l'extension SaveBomb
Téléchargez les fichiers d'extension SaveBomb au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bmbkkljnkjnhhnpifghhncfpfgjmegki |
URL Officiel | 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. |
Taille du Fichier | 8.61 KB |
Nombre d'Installations | 63 |
Version Actuelle | 0.0.41 |
Dernière Mise à Jour | 2015-02-10 |
Date de Publication | 2015-02-10 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Michal Koričanský |
Type de Paiement | free |
Site Web de l'Extension | http://www.savebomb.com |
URL de la Page d'Aide | http://www.savebomb.com |
Langues Prises en Charge | 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" ] } |