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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |