Leo - Techmaker

L'extension Chrome Techmaker !

Leo - Techmaker란 무엇입니까?

Leo - Techmaker은(는) fardenco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "L'extension Chrome Techmaker !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Leo - Techmaker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Vous adorez mes vidéos mais la sacro sainte cloche ne fonctionne pas ou bien vous préférez avoir une jolie notification qui pop sur votre écran dès la sortie d'une vidéo pour être le premier à écrire "First" ?
Eh bien téléchargez dès maintenant l'extension Léo - TechMaker pour être au courant de la sortie des nouvelles vidéos !                    

확장 프로그램 기본 정보

이름 Leo - Techmaker Leo - Techmaker
ID ogeecafjpieknnppmfbdjadondajledb
공식 URL https://chromewebstore.google.com/detail/leo-techmaker/ogeecafjpieknnppmfbdjadondajledb
설명 L'extension Chrome Techmaker !
파일 크기 285 KB
설치 횟수 759
현재 버전 0.1
최근 업데이트 2023-10-17
출시 날짜 2020-02-07
평점 4.83/5 총 23 개의 평점
개발자 fardenco
이메일 [email protected]
결제 유형 free
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leo - Techmaker",
    "version": "0.1",
    "description": "L'extension Chrome Techmaker !",
    "icons": {
        "512": "Sourire.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "Sourire.png",
        "default_title": "L\u00e9o - Techmaker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/leotechmaker.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/img.youtube.com\/*"
    ]
}