Leo - Techmaker
L'extension Chrome Techmaker !
Leo - Techmakerとは何ですか?
Leo - Techmakerはfardencoによって開発されたChromeの拡張機能で、その主な機能は「L'extension Chrome Techmaker !」です。
拡張機能のスクリーンショット
Leo - Techmaker拡張機能のCRXファイルをダウンロード
Leo - Techmaker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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\/*" ] } |