DownQ

Inoffical downgrader and downloader for the Oculus or Meta store .

DownQ क्या है?

DownQ Basti564 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inoffical downgrader and downloader for the Oculus or Meta store ."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DownQ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}