Stadia Hunters

An extension for Stadia Achievement Hunters

Stadia Hunters란 무엇입니까?

Stadia Hunters은(는) http://stadiahunters.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for Stadia Achievement Hunters"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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'"
}