LeFouBruiteur Live Notifier

Extension pour suivre les lives de LeFouBruiteur.

什么是LeFouBruiteur Live Notifier?

LeFouBruiteur Live Notifier是由Nucktrooper开发的Chrome扩展程序,该扩展的主要功能是“Extension pour suivre les lives de LeFouBruiteur.”。

扩展截图

screenshot

下载LeFouBruiteur Live Notifier扩展crx文件

下载LeFouBruiteur Live Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension pour suivre les lives, vidéos youtube, messages et giveaways de LeFouBruiteur.

Autres navigateurs : tinyurl.com/ext-lefoubruiteur

Tous droits réservés au développeur, Nucktrooper : tinyurl.com/extension-live-notifier                    

扩展基本信息

名称 LeFouBruiteur Live Notifier LeFouBruiteur Live Notifier
ID nabjhnledpbdbjmjdhcjjppcbflkpeof
官方URL https://chromewebstore.google.com/detail/lefoubruiteur-live-notifi/nabjhnledpbdbjmjdhcjjppcbflkpeof
简介 Extension pour suivre les lives de LeFouBruiteur.
文件大小 647 KB
安装次数 12
当前版本 8.0.1
更新时间 2021-07-03
上架时间 2020-05-31
评分 5.00/5 共6次评分
开发者 Nucktrooper
电子邮箱 [email protected]
付费类型 free
支持的语言 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.0.1",
    "default_locale": "fr",
    "name": "LeFouBruiteur Live Notifier",
    "description": "Extension pour suivre les lives de LeFouBruiteur.",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/modules\/utils.js",
            "src\/modules\/translations.js",
            "src\/modules\/storage.js",
            "src\/modules\/http.js",
            "src\/modules\/button.js",
            "src\/modules\/notification.js",
            "src\/functionalities\/functionalities.js",
            "src\/functionalities\/twitch.js",
            "src\/functionalities\/youtube.js",
            "src\/functionalities\/twitter.js",
            "src\/functionalities\/announcement.js",
            "src\/functionalities\/giveaway.js",
            "src\/jingle.js",
            "src\/theme.js",
            "src\/streamers.js",
            "src\/extension.js"
        ]
    },
    "author": "Nucktrooper",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "notifications"
    ],
    "optional_permissions": [
        "background"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/options\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "design\/btn_OFF.png"
        },
        "default_popup": "pages\/popup\/popup.html"
    },
    "applications": {
        "gecko": {
            "update_url": "https:\/\/eln-host.herokuapp.com\/extensions\/firefox\/updates.json"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com; object-src 'self'"
}