Leo - Techmaker

L'extension Chrome Techmaker !

What is Leo - Techmaker?

Leo - Techmaker is a Chrome extension developed by fardenco, and its main feature is "L'extension Chrome Techmaker !".

Extension Screenshots

screenshot
screenshot

Download Leo - Techmaker Extension CRX File

Download Leo - Techmaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name Leo - Techmaker Leo - Techmaker
ID ogeecafjpieknnppmfbdjadondajledb
Official URL https://chromewebstore.google.com/detail/leo-techmaker/ogeecafjpieknnppmfbdjadondajledb
Description L'extension Chrome Techmaker !
File Size 285 KB
Installation Count 759
Current Version 0.1
Last Updated 2023-10-17
Publish Date 2020-02-07
Rating 4.83/5 Total 23 Ratings
Developer fardenco
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}