Nono Live Notifier

Extension pour suivre les lives de Nono.

Nono Live Notifier là gì?

Nono Live Notifier là một tiện ích mở rộng Chrome được phát triển bởi Nucktrooper, và tính năng chính của nó là "Extension pour suivre les lives de Nono.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nono Live Notifier

Tải xuống các tệp mở rộng Nono Live Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extension pour suivre les lives et vidéos youtube de Nono.

Autres navigateurs : tinyurl.com/ext-nono-lol

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nono Live Notifier Nono Live Notifier
ID ckkfidapelncfangkodeiecfcbofnebl
URL Chính Thức https://chromewebstore.google.com/detail/nono-live-notifier/ckkfidapelncfangkodeiecfcbofnebl
Mô tả Extension pour suivre les lives de Nono.
Kích Thước Tệp 326 KB
Số Lần Cài Đặt 219
Phiên Bản Hiện Tại 8.0.0
Cập Nhật Lần Cuối 2021-06-29
Ngày Phát Hành 2020-05-31
Đánh Giá 4.69/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Nucktrooper
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.0.0",
    "default_locale": "fr",
    "name": "Nono Live Notifier",
    "description": "Extension pour suivre les lives de Nono.",
    "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\/streamers.js",
            "src\/extension.js",
            "src\/jingle.js",
            "src\/theme.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'"
}