Next Steam Sale Tracker

Track Steam sales in real-time and get the best deal on your next game purchase.

Next Steam Sale Tracker란 무엇입니까?

Next Steam Sale Tracker은(는) https://steambase.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track Steam sales in real-time and get the best deal on your next game purchase."입니다.

확장 프로그램 스크린샷

screenshot

Next Steam Sale Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Never miss a Steam sale again with "Next Steam Sale". Each time you open a new tab, the tracker will display a countdown timer showing exactly when the next sale event starts.

Key Features:

📆 Real-Time Steam Sale Tracking: Stay in the loop with real-time updates on upcoming (major and minor) Steam sales, so you're always prepared to get the best deal on your next purchase.

⏰ Live Countdown: The sale tracker will keep you updated with a live countdown timer, ensuring you never miss the start or end of a sale.

🎮 Active Steam Sale Tracking: When a sale is in-progress, the countdown timer will display how much longer the Steam sale will be active for any last-minute deals.

Additional Information on Steambase: https://steambase.io/sales                    

확장 프로그램 기본 정보

이름 Next Steam Sale Tracker Next Steam Sale Tracker
ID dgkjcegddpkjhpebjdfilaadhlgphenn
공식 URL https://chromewebstore.google.com/detail/next-steam-sale-tracker/dgkjcegddpkjhpebjdfilaadhlgphenn
설명 Track Steam sales in real-time and get the best deal on your next game purchase.
파일 크기 273 KB
설치 횟수 60
현재 버전 1.0.1
최근 업데이트 2023-09-27
출시 날짜 2023-09-23
평점 3.67/5 총 3 개의 평점
개발자 https://steambase.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://steambase.io/sales
도움말 페이지 URL https://steambase.io/sales
개인정보 보호 정책 페이지 URL https://steambase.io/legal/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.66d3767b.png",
        "32": "icon32.plasmo.5e53195b.png",
        "48": "icon48.plasmo.c964b5fb.png",
        "64": "icon64.plasmo.52c3d0bf.png",
        "128": "icon128.plasmo.5bf92bde.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.66d3767b.png",
            "32": "icon32.plasmo.5e53195b.png",
            "48": "icon48.plasmo.c964b5fb.png",
            "64": "icon64.plasmo.52c3d0bf.png",
            "128": "icon128.plasmo.5bf92bde.png"
        }
    },
    "version": "1.0.1",
    "author": "Steambase",
    "name": "Next Steam Sale Tracker",
    "description": "Track Steam sales in real-time and get the best deal on your next game purchase.",
    "homepage_url": "https:\/\/steambase.io\/sales",
    "host_permissions": [
        "https:\/\/steambase.io\/*",
        "https:\/\/api.steambase.io\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "tabs\/steam-sale-tracker.html"
    }
}