Stratos

Sync your Stadia captures to Google Drive

什麼是Stratos?

Stratos是由re:fi.64開發的Chrome擴展程式,該擴展的主要功能是“Sync your Stadia captures to Google Drive”。

擴展截圖

screenshot
screenshot

下載Stratos擴展crx文件

下載Stratos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Stratos
ID gchkbaojjemlpcfjambjfimobphekndm
官方網址 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"
}