Stash
Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)
¿Qué es Stash?
Stash es una extensión de Chrome desarrollada por https://stash.it, y su función principal es "Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Stash
Descarga archivos de extensión Stash en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Stash is a new, free web service that lets you collect videos from around the web by 'stashing' them into a personal video library, create and share video playlists, and access your 'Stash' on the go with mobile devices like an iPhone, iPad and Android phones or tablets.
Información Básica de la Extensión
Nombre | Stash |
ID | hhkmkieigjliooidcimkbjobhipofbcb |
URL Oficial | https://chromewebstore.google.com/detail/stash/hhkmkieigjliooidcimkbjobhipofbcb |
Descripción | Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it) |
Tamaño del Archivo | 664 KB |
Cantidad de Instalaciones | 425 |
Versión Actual | 0.0.1.92 |
Última Actualización | 2014-03-27 |
Fecha de Publicación | 2014-03-27 |
Calificación | 3.87/5 Total de 15 Calificaciones |
Desarrollador | https://stash.it |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.stash.it/ |
URL de la Página de Ayuda | http://www.stash.it/static/about.do |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "res\/*" ], "browser_action": { "default_title": "Stash", "default_popup": "popup.html", "default_icon": "icons\/button.png" }, "description": "Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http:\/\/www.stash.it)", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "includes\/content.js" ], "run_at": "document_start" } ], "manifest_version": 2, "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "homepage_url": "http:\/\/www.stash.it\/", "version": "0.0.1.92", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation" ], "name": "Stash" } |