Akaruu

Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !

Akaruu란 무엇입니까?

Akaruu은(는) Akaruu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch.                    

확장 프로그램 기본 정보

이름 Akaruu Akaruu
ID ggnddmahllpbohpjficfmlkkeapdicdg
공식 URL https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg
설명 Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
파일 크기 6.76 MB
설치 횟수 102
현재 버전 4.2.1
최근 업데이트 2021-01-12
출시 날짜 2020-05-18
평점 4.92/5 총 12 개의 평점
개발자 Akaruu
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Killian_Thvn",
    "name": "Akaruu",
    "version": "4.2.1",
    "description": "Recevez les notifications Twitch & YouTube d'Akaruu pour \u00eatre inform\u00e9 des nouvelles vid\u00e9os et streams !",
    "icons": {
        "32": "src\/img\/32.png",
        "64": "src\/img\/64.png",
        "128": "src\/img\/128.png"
    },
    "browser_action": {
        "default_icon": "src\/img\/icon_off.png",
        "default_popup": "index.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "notifications",
        "https:\/\/api.twitch.tv\/",
        "http:\/\/twitch.tv\/"
    ]
}