Esfand Updates

Receive updates letting you know when Esfand goes live or changes games.

Esfand Updates란 무엇입니까?

Esfand Updates은(는) guacsenpai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive updates letting you know when Esfand goes live or changes games."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Esfand Updates is a simple chrome extension that allows you on the fly information about EsfandTV. You will be able to see if he is live, what he is playing, his latest tweet, and receive notifications any time he goes live or changes categories on Twitch. The extension also now shows his Twitch schedule for planned streams.                    

확장 프로그램 기본 정보

이름 Esfand Updates Esfand Updates
ID lflganldnkcbanfenpokfhnibioleaam
공식 URL https://chromewebstore.google.com/detail/esfand-updates/lflganldnkcbanfenpokfhnibioleaam
설명 Receive updates letting you know when Esfand goes live or changes games.
파일 크기 1.03 MB
설치 횟수 2,340
현재 버전 1.6.0
최근 업데이트 2024-03-03
출시 날짜 2022-01-29
평점 4.92/5 총 53 개의 평점
개발자 guacsenpai
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Esfand Updates",
    "description": "Receive updates letting you know when Esfand goes live or changes games.",
    "version": "1.6.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.otkdata.com\/*"
    ],
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/esfand_icon16.png",
            "32": "\/images\/esfand_icon32.png",
            "48": "\/images\/esfand_icon48.png",
            "128": "\/images\/esfand_icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/esfand_icon16.png",
        "32": "\/images\/esfand_icon32.png",
        "48": "\/images\/esfand_icon48.png",
        "128": "\/images\/esfand_icon128.png"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    }
}