Stadia Hunters

An extension for Stadia Achievement Hunters

Stadia Huntersคืออะไร?

Stadia Hunters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://stadiahunters.com และคุณลักษณะหลักของมันคือ "An extension for Stadia Achievement Hunters"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stadia Hunters

ดาวน์โหลดไฟล์ส่วนขยาย Stadia Hunters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Various new features for Google Stadia for Achievement Hunters.
Stadia Hunters is adding new functionality to enhance Google Stadia, including your missing achievements while playing, quick access to your stats, see game achievements on the Store before you buy, while keeping a minimalistic and native look.

Also you can keep your Stadia profile and achievement information on Stadia Hunters up to date with this handy extension.

This handy extension allows you to keep your StadiaHunters.com profile up to date with your Stadia Games, Achievements and more via periodic profile scanning

Requires a Stadia.com account and will create a StadiaHunters Account on Login.

This extension is completely safe and only reads the following from your Stadia account:
- Your Stadia username, user ID, and Avatar.
- Your owned Games (and accompanying data such as last date played and total play time).
- Your earned Achievements (and accompanying data such as time earned).
An extension dedicated to improve the Stadia Achievement Hunting experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stadia Hunters Stadia Hunters
ID fpbdilcfficmipfhflimkhokccldbhph
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stadia-hunters/fpbdilcfficmipfhflimkhokccldbhph
คำอธิบาย An extension for Stadia Achievement Hunters
ขนาดไฟล์ 90.79 KB
จำนวนการติดตั้ง 236
เวอร์ชันปัจจุบัน 2.0.4
อัปเดตครั้งล่าสุด 2021-12-09
วันที่เผยแพร่ 2020-11-19
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://stadiahunters.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stadia Hunters",
    "description": "An extension for Stadia Achievement Hunters",
    "version": "2.0.4",
    "author": "Joao Pinto",
    "homepage_url": "https:\/\/stadiahunters.com",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "48": "icon-48x48.png",
        "128": "icon-120x120.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/stadia.google.com\/*"
            ],
            "js": [
                "achievements.js"
            ],
            "css": [
                "styles\/achievements.css"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Stadia Hunters"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'"
}