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 ."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

DownQ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}