FURL3X
L'extension qui vous notifie quand FURL3X est en live !
什么是FURL3X?
FURL3X是由FURL3X开发的Chrome扩展程序,该扩展的主要功能是“L'extension qui vous notifie quand FURL3X est en live !”。
扩展截图
下载FURL3X扩展crx文件
下载FURL3X扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
L'extension qui vous alerte du lancement d'un live sur la chaîne twitch de FURL3X, elle dispose aussi d'une interface graphique vous proposant divers liens vers ses réseaux sociaux !
扩展基本信息
名称 | |
ID | pgiaobnmblpogenpgphfekkfdnmijdem |
官方URL | https://chrome.google.com/webstore/detail/furl3x/pgiaobnmblpogenpgphfekkfdnmijdem |
简介 | L'extension qui vous notifie quand FURL3X est en live ! |
文件大小 | 173 KB |
安装次数 | 78 |
当前版本 | 0.1.4 |
更新时间 | 2021-04-03 |
上架时间 | 2020-09-01 |
评分 | 5.00/5 共5次评分 |
开发者 | FURL3X |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FURL3X", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "storage" ], "background": { "scripts": [ "assets\/js\/jquery.js", "assets\/js\/background.js" ] }, "browser_action": { "default_icon": { "48": "icons\/icon_48.png" }, "default_title": "Furl3x Live", "default_popup": "popup.html" }, "description": "L'extension qui vous notifie quand FURL3X est en live !", "icons": { "128": "icons\/icon_128.png", "48": "icons\/icon_48.png" }, "version": "0.1.4" } |