Ynotece Live Notifier

Extension pour suivre les lives d'Ynotece.

Ynotece Live Notifier란 무엇입니까?

Ynotece Live Notifier은(는) Nucktrooper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension pour suivre les lives d'Ynotece."입니다.

확장 프로그램 스크린샷

screenshot

Ynotece Live Notifier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension pour suivre les lives, vidéos youtube, messages et giveaways d'Ynotece.

Autres navigateurs : tinyurl.com/ext-ynotece

Tous droits réservés au développeur, Nucktrooper : tinyurl.com/extension-live-notifier                    

확장 프로그램 기본 정보

이름 Ynotece Live Notifier Ynotece Live Notifier
ID macioclngngpilklepbglaffdmncabfh
공식 URL https://chromewebstore.google.com/detail/ynotece-live-notifier/macioclngngpilklepbglaffdmncabfh
설명 Extension pour suivre les lives d'Ynotece.
파일 크기 613 KB
설치 횟수 10
현재 버전 8.0.1
최근 업데이트 2021-07-03
출시 날짜 2020-06-01
개발자 Nucktrooper
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.0.1",
    "default_locale": "fr",
    "name": "Ynotece Live Notifier",
    "description": "Extension pour suivre les lives d'Ynotece.",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/modules\/utils.js",
            "src\/modules\/translations.js",
            "src\/modules\/storage.js",
            "src\/modules\/http.js",
            "src\/modules\/button.js",
            "src\/modules\/notification.js",
            "src\/functionalities\/functionalities.js",
            "src\/functionalities\/twitch.js",
            "src\/functionalities\/youtube.js",
            "src\/functionalities\/twitter.js",
            "src\/functionalities\/announcement.js",
            "src\/functionalities\/giveaway.js",
            "src\/jingle.js",
            "src\/theme.js",
            "src\/streamers.js",
            "src\/extension.js"
        ]
    },
    "author": "Nucktrooper",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "notifications"
    ],
    "optional_permissions": [
        "background"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/options\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "design\/btn_OFF.png"
        },
        "default_popup": "pages\/popup\/popup.html"
    },
    "applications": {
        "gecko": {
            "update_url": "https:\/\/eln-host.herokuapp.com\/extensions\/firefox\/updates.json"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com; object-src 'self'"
}