Aypierre notifieur de stream

Permet d'être informé du début des stream d'Aypierre

Aypierre notifieur de stream란 무엇입니까?

Aypierre notifieur de stream은(는) Freebios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Permet d'être informé du début des stream d'Aypierre"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Aypierre notifieur de stream 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Nouvelle extension disponible ici:
https://chrome.google.com/webstore/detail/livenotif-aypierre/oapbenfplhadkkokfloaogfkolhojgcl

Plugin chrome permettant d'être notifié du début des lives twitch de Aypierre                    

확장 프로그램 기본 정보

이름 Aypierre notifieur de stream Aypierre notifieur de stream
ID eneplfegjjfhefhmckflgkgpednebedo
공식 URL https://chromewebstore.google.com/detail/aypierre-notifieur-de-str/eneplfegjjfhefhmckflgkgpednebedo
설명 Permet d'être informé du début des stream d'Aypierre
파일 크기 1.46 MB
설치 횟수 460
현재 버전 1.4
최근 업데이트 2018-11-11
출시 날짜 2018-11-11
평점 4.53/5 총 17 개의 평점
개발자 Freebios
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aypierre notifieur de stream",
    "description": "Permet d'\u00eatre inform\u00e9 du d\u00e9but des stream d'Aypierre",
    "version": "1.4",
    "browser_action": {
        "default_icon": "images\/icon_off.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/stream.png"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "http:\/\/localhost:3000\/*",
        "http:\/\/62.210.119.253:3000\/*",
        "https:\/\/static-cdn.jtvnw.net\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "js\/*",
        "sounds\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}