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 |
官方網址 | 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" } |