Akytio Live Extension
Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible
Akytio Live Extension란 무엇입니까?
Akytio Live Extension은(는) Mikael에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible"입니다.
확장 프로그램 스크린샷
Akytio Live Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ne ratez plus aucunes vidéos et streams de Akytio grâce à cette extension ! Téléchargez l'extension pour Google Chrome, l'icône changera et vous recevrez une notification dès qu'un live sera lancé ou qu'une nouvelle vidéo est disponible !
확장 프로그램 기본 정보
이름 | Akytio Live Extension |
ID | dpnlamefhphdpnclagpadfiblpbidaop |
공식 URL | https://chromewebstore.google.com/detail/akytio-live-extension/dpnlamefhphdpnclagpadfiblpbidaop |
설명 | Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible |
파일 크기 | 1.55 MB |
설치 횟수 | 131 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2020-12-18 |
출시 날짜 | 2020-04-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Mikael |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Morales Mikael", "name": "Akytio Live Extension", "description": "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible", "version": "1.2.5", "browser_action": { "default_popup": "index.html" }, "icons": { "128": "img\/icon_128.png" }, "options_page": "options.html", "background": { "scripts": [ "js\/utils\/jquery.js", "js\/background.js" ], "persistent": true }, "web_accessible_resources": [ "config\/config.json" ], "permissions": [ "notifications", "storage", "background", "https:\/\/api.twitch.tv\/*", "https:\/\/www.googleapis.com\/youtube\/v3\/*", "https:\/\/i.ytimg.com\/*" ] } |