Kanjo Live Notifier

Extension pour suivre les lives de Kanjo.

What is Kanjo Live Notifier?

Kanjo Live Notifier is a Chrome extension developed by Nucktrooper, and its main feature is "Extension pour suivre les lives de Kanjo.".

Extension Screenshots

screenshot

Download Kanjo Live Notifier Extension CRX File

Download Kanjo Live Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Autres navigateurs : tinyurl.com/ext-kanjo

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

Extension Basic Information

Name Kanjo Live Notifier Kanjo Live Notifier
ID moakhokmhdhnjgofeffjdogomdbaafbg
Official URL https://chromewebstore.google.com/detail/kanjo-live-notifier/moakhokmhdhnjgofeffjdogomdbaafbg
Description Extension pour suivre les lives de Kanjo.
File Size 414 KB
Installation Count 14
Current Version 8.0.1
Last Updated 2021-07-03
Publish Date 2020-06-01
Rating 5.00/5 Total 1 Ratings
Developer Nucktrooper
Email [email protected]
Payment Type free
Supported Languages de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.0.1",
    "default_locale": "fr",
    "name": "Kanjo Live Notifier",
    "description": "Extension pour suivre les lives de Kanjo.",
    "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'"
}