Stash
Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)
Was ist Stash?
Stash ist eine Chrome-Erweiterung, die von https://stash.it entwickelt wurde, und ihr Hauptmerkmal ist "Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)".
Erweiterungsscreenshots
Stash-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stash-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
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.
Grundlegende Informationen zur Erweiterung
Name | Stash |
ID | hhkmkieigjliooidcimkbjobhipofbcb |
Offizielle URL | https://chromewebstore.google.com/detail/stash/hhkmkieigjliooidcimkbjobhipofbcb |
Beschreibung | Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it) |
Dateigröße | 664 KB |
Installationsanzahl | 425 |
Aktuelle Version | 0.0.1.92 |
Letztes Update | 2014-03-27 |
Veröffentlichungsdatum | 2014-03-27 |
Bewertung | 3.87/5 Insgesamt 15 Bewertungen |
Entwickler | https://stash.it |
Zahlungsart | free |
Erweiterungswebsite | http://www.stash.it/ |
Hilfeseite URL | http://www.stash.it/static/about.do |
Unterstützte Sprachen | 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" } |