Picarto Notification Center

An Unofficial Notification Center for Picarto

Picarto Notification Center란 무엇입니까?

Picarto Notification Center은(는) Clarvel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Unofficial Notification Center for Picarto"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Picarto Notification Center 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Unofficial Notification Center for Picarto.tv

This extension will:
* track and sort your notifications
* alert you when streamers you follow come online
* Provide tools for streamers to control their Streaming Mode
* Display MultiStream information and controls in an easy to use format

This extension requires you to login and authorize it through Picarto.tv's OAuth2 system. It will NOT save username or password information. You should only have to do this when enabling it or on first install.


Changelog:
1.1.0 - Initial Release
1.2.0 - Update to use Picarto's new API                    

확장 프로그램 기본 정보

이름 Picarto Notification Center Picarto Notification Center
ID cmnfbkpodnopafgnlicpjjnpcgdlclde
공식 URL https://chromewebstore.google.com/detail/picarto-notification-cent/cmnfbkpodnopafgnlicpjjnpcgdlclde
설명 An Unofficial Notification Center for Picarto
파일 크기 102 KB
설치 횟수 31
현재 버전 1.2.0
최근 업데이트 2021-07-24
출시 날짜 2018-05-22
평점 4.00/5 총 4 개의 평점
개발자 Clarvel
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picarto Notification Center",
    "version": "1.2.0",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "storage",
        "notifications",
        "identity",
        "idle"
    ],
    "description": "An Unofficial Notification Center for Picarto",
    "options_ui": {
        "page": "html\/options.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkyeQeueNr9+xgg\/UTJAXgjAL\/NMI3a6dTDQWgmV4PCrSyMPvE59jWwQCjmj0wFgATbeCwTwtXdsn5gayx3MO4cApfKNlmIH7H0h9JsQPAd++RBwcUqaqDK+UX1Rb0mv0fc6gjWp1UtGvBHLmA0nVojr6jlQD\/OX12PwVIgPak+MY35yuRHvdGL3j3UyhJ7MNL6BwV99dqPG0R9UAlZjjNsCwWpwHTR0T3\/\/KwFSgk7u\/NnfJALJVGh\/sWYkpqw480lpKEQ5ZELZOamiQxARgdYlZjWdznWtkouq1bemAtTu\/shtBvHSMxJLq2+T40BfJZZU9jMT35J7mECkaQvvw3wIDAQAB"
}