Stash
Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)
Stashとは何ですか?
Stashはhttps://stash.itによって開発されたChromeの拡張機能で、その主な機能は「Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it)」です。
拡張機能のスクリーンショット
Stash拡張機能のCRXファイルをダウンロード
Stash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Stash |
ID | hhkmkieigjliooidcimkbjobhipofbcb |
公式URL | https://chromewebstore.google.com/detail/stash/hhkmkieigjliooidcimkbjobhipofbcb |
説明 | Collect videos from your favorite websites to watch on your mobile device computer or TV. Powered by Rovi (http://www.stash.it) |
ファイルサイズ | 664 KB |
インストール数 | 425 |
現在のバージョン | 0.0.1.92 |
最終更新日 | 2014-03-27 |
公開日 | 2014-03-27 |
評価 | 3.87/5 合計 15 レビュー |
開発者 | https://stash.it |
支払い方法 | free |
拡張機能のウェブサイト | http://www.stash.it/ |
ヘルプページのURL | http://www.stash.it/static/about.do |
対応言語 | 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" } |