Stratos
Sync your Stadia captures to Google Drive
Stratos क्या है?
Stratos re:fi.64 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync your Stadia captures to Google Drive"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stratos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |