Ynotece Live Notifier

Extension pour suivre les lives d'Ynotece.

什麼是Ynotece Live Notifier?

Ynotece Live Notifier是由Nucktrooper開發的Chrome擴展程式,該擴展的主要功能是“Extension pour suivre les lives d'Ynotece.”。

擴展截圖

screenshot

下載Ynotece Live Notifier擴展crx文件

下載Ynotece Live Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extension pour suivre les lives, vidéos youtube, messages et giveaways d'Ynotece.

Autres navigateurs : tinyurl.com/ext-ynotece

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

擴展基本資訊

名稱 Ynotece Live Notifier Ynotece Live Notifier
ID macioclngngpilklepbglaffdmncabfh
官方網址 https://chromewebstore.google.com/detail/ynotece-live-notifier/macioclngngpilklepbglaffdmncabfh
簡介 Extension pour suivre les lives d'Ynotece.
檔案大小 613 KB
安裝次數 10
目前版本 8.0.1
更新時間 2021-07-03
上架時間 2020-06-01
開發者 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": "Ynotece Live Notifier",
    "description": "Extension pour suivre les lives d'Ynotece.",
    "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'"
}