Stratos
Sync your Stadia captures to Google Drive
Stratos란 무엇입니까?
Stratos은(는) re:fi.64에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sync your Stadia captures to Google Drive"입니다.
확장 프로그램 스크린샷
Stratos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stratos lets you sync any Stadia captures to your Google Drive account, where they can then be stored without taking from your Stadia storage limits or shared with others. For details and usage information, please see the main web site.
확장 프로그램 기본 정보
이름 | Stratos |
ID | gchkbaojjemlpcfjambjfimobphekndm |
공식 URL | https://chromewebstore.google.com/detail/stratos/gchkbaojjemlpcfjambjfimobphekndm |
설명 | Sync your Stadia captures to Google Drive |
파일 크기 | 680 KB |
설치 횟수 | 10 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2020-12-14 |
출시 날짜 | 2020-10-14 |
개발자 | re:fi.64 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://stratos.refi64.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stratos", "version": "0.2.1", "description": "Sync your Stadia captures to Google Drive", "manifest_version": 2, "background": { "scripts": [ "background.dart.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "identity", "https:\/\/lh3.google.com\/", "https:\/\/lh3.googleusercontent.com\/", "https:\/\/video-downloads.googleusercontent.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/stadia.google.com\/*" ], "js": [ "content_script.dart.js" ], "run_at": "document_start" } ], "icons": { "16": "stratos16.png", "48": "stratos48.png", "128": "stratos128.png" }, "web_accessible_resources": [ "*.dart", "*.dart.js" ], "oauth2": { "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file" ], "client_id": "163393379674-sne7g2fpok5e41muhhsoecv54mfdom76.apps.googleusercontent.com" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0E+ikTwrwcIlK3bjSE9rH\/yzXAR2kevEXMh455oYOYKmJVTo5kjP0H9Icxry9IhqHyfZLfQ67OICg0kU2nhUB6No7uGIg1tszbCqpYWUwH3QTgPMsvyAVJODE46j26o+uiBWRNDOHd8l+QKVFye\/z2hOCKuzF+MKb+uUfTaLh9wrZmFNjsXRIUKWujDCZ2alICsVtSJ6m7xpBo2gIhK9ryY3QEU2Ai9c1E\/tvyCgVverCVvXwr2SOyKTFwI0nyNDNvZO05JtnlLVZGxDLbQ1BP+SmRyG9IpYN5pHJDw0Wub6uouEhCq1fp4N1IEZZJCuDQmee22Lm9HJcw\/n2aV0JwIDAQAB" } |