SaveBomb
SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.
Cos'è SaveBomb?
SaveBomb è un'estensione di Chrome sviluppata da Michal Koričanský, e la sua funzione principale è "SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc.".
Scarica il file CRX dell'estensione SaveBomb
Scarica i file di estensione SaveBomb in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bmbkkljnkjnhhnpifghhncfpfgjmegki |
URL Ufficiale | https://chrome.google.com/webstore/detail/savebomb/bmbkkljnkjnhhnpifghhncfpfgjmegki |
Descrizione | SaveBomb: Fast and simple way to download your favorite videos from various sources like YouTube, Vimeo, etc. |
Dimensione del File | 8.61 KB |
Conteggio Installazioni | 63 |
Versione Corrente | 0.0.41 |
Ultimo Aggiornamento | 2015-02-10 |
Data di Pubblicazione | 2015-02-10 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Michal Koričanský |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.savebomb.com |
URL della Pagina di Aiuto | http://www.savebomb.com |
Lingue Supportate | 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" ] } |