DownQ
Inoffical downgrader and downloader for the Oculus or Meta store .
什么是DownQ?
DownQ是由Basti564开发的Chrome扩展程序,该扩展的主要功能是“Inoffical downgrader and downloader for the Oculus or Meta store .”。
扩展截图
下载DownQ扩展crx文件
下载DownQ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This app is in no way affiliated with or endorsed by Meta. Supported - Downgrade Mobile Binaries and Assets - Downgrade PC Binaries and Assets - Download DLCs - Download DLC bundles Tutorial 1. Navigate to https://www.meta.com/experiences/ 2. Choose the store you want to visit from the dropdown in the top left 3. Go to the app you want to downgrade/download 4. Click the green "Downgrade" button below the "Purchase" button 5. Select your release channel and then the version you want to download 6. Log into secure.oculus.com 7. Wait for the download to finish and use ADB to sideload the APK (and OBB) or launch the exe incase it's a rift game TIP: When downloading desktop apps make a folder just for downloading, because this extension can't download files to common directories like "Downloads" or "Desktop" for security reasons. >Contains MIT licensed zlib.js © 2012 imaya
扩展基本信息
名称 | DownQ |
ID | clocmpojdjmikkaepgkmplgooejmnchb |
官方URL | https://chromewebstore.google.com/detail/downq/clocmpojdjmikkaepgkmplgooejmnchb |
简介 | Inoffical downgrader and downloader for the Oculus or Meta store . |
文件大小 | 48.85 KB |
安装次数 | 9,645 |
当前版本 | 1.4.0 |
更新时间 | 2023-12-04 |
上架时间 | 2021-08-29 |
评分 | 4.21/5 共28次评分 |
开发者 | Basti564 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/basti564/DownQuest |
隐私政策页面URL | https://github.com/basti564/basti564/blob/master/PRIVACY.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DownQ", "description": "Inoffical downgrader and downloader for the Oculus or Meta store .", "version": "1.4.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "cookies", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.oculus.com\/*", "*:\/\/*.meta.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "CookieMonster.js" }, "content_scripts": [ { "run_at": "document_end", "js": [ "lib\/unzip.min.js", "lib\/inflate.min.js", "DownQuest.js" ], "matches": [ "*:\/\/*.meta.com\/*\/experiences\/*", "*:\/\/*.meta.com\/*\/experiences\/pcvr\/*" ] } ] } |