Notifications Vidéos de MkProd

Recevez tout les notifications de mes vidéos !

Was ist Notifications Vidéos de MkProd?

Notifications Vidéos de MkProd ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Recevez tout les notifications de mes vidéos !".

Erweiterungsscreenshots

screenshot

Notifications Vidéos de MkProd-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notifications Vidéos de MkProd-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Youtuber MkPROD : Recevez tout les notifications de mes vidéos !                    

Grundlegende Informationen zur Erweiterung

Name Notifications Vidéos de MkProd Notifications Vidéos de MkProd
ID icacjnfiliggickpbidjklbonfoekjgj
Offizielle URL https://chromewebstore.google.com/detail/notifications-vid%C3%A9os-de-m/icacjnfiliggickpbidjklbonfoekjgj
Beschreibung Recevez tout les notifications de mes vidéos !
Dateigröße 388 KB
Installationsanzahl 29
Aktuelle Version 1.0.1
Letztes Update 2019-06-25
Veröffentlichungsdatum 2019-06-25
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen fr
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.min.js",
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup-page.html",
        "default_title": "MkProd"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com;object-src 'self'",
    "description": "Recevez tout les notifications de mes vid\u00e9os !",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Notifications Vid\u00e9os de MkProd",
    "permissions": [
        "tabs",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/www.googleapis.com\/",
        "notifications",
        "alarms",
        "storage"
    ],
    "short_name": "MkProd",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}