Le Royaliste
Chaine Youtube Le Royaliste
Le Royaliste란 무엇입니까?
Le Royaliste은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chaine Youtube Le Royaliste"입니다.
확장 프로그램 스크린샷
Le Royaliste 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Notifie lorsque Le Royaliste publie une nouvelle vidéo. Ne ratez plus aucune vidéos du Royaliste grâce à cette extension ! Téléchargez l'extension pour Google Chrome, vous recevrez une notification dès qu'une nouvelle vidéo sera disponible !
확장 프로그램 기본 정보
이름 | |
ID | beibeajelhjemnigjpjgdoldkpdemnpo |
공식 URL | https://chromewebstore.google.com/detail/le-royaliste/beibeajelhjemnigjpjgdoldkpdemnpo |
설명 | Chaine Youtube Le Royaliste |
파일 크기 | 326 KB |
설치 횟수 | 60 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2019-06-07 |
출시 날짜 | 2019-06-06 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gaming.youtube.com/channel/UCstWJTxChY4i_93nbJpvCPQ |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Le Royaliste", "description": "Chaine Youtube Le Royaliste", "version": "1.1.3", "permissions": [ "tabs", "background", "*:\/\/*.youtube.com\/*", "*:\/\/*.ytimg.com\/*", "*:\/\/yt3.ggpht.com\/*", "notifications", "storage" ], "background": { "persistent": true, "scripts": [ "js\/jquery.js", "js\/jquery.browser.min.js", "script\/main.js", "js\/fontawesome.js" ] }, "browser_action": { "default_icon": "img\/logo.png", "default_popup": "popup.html" }, "icons": { "128": "img\/logo.png" } } |