Patostreamy.com Notifier

Śledź na żywo najpopularniejszych patostreamerów w Polsce. Już nigdy nie przegapisz żadnych dymów!

Qu'est-ce que Patostreamy.com Notifier ?

Patostreamy.com Notifier est une extension Chrome développée par kamdz, et sa fonction principale est "Śledź na żywo najpopularniejszych patostreamerów w Polsce. Już nigdy nie przegapisz żadnych dymów!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Patostreamy.com Notifier

Téléchargez les fichiers d'extension Patostreamy.com Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Wtyczka wyświetla listę aktywnych transmisji oraz powiadamia o rozpoczęciu nowych streamów. Dane są pobierane ze strony patostreamy.com

https://github.com/kamdz/patostreamy-notifier                    

Informations de Base sur l'Extension

Nom Patostreamy.com Notifier Patostreamy.com Notifier
ID dpoeekjbpdpdddlcfpahhaedcjpgjfgd
URL Officiel https://chromewebstore.google.com/detail/patostreamycom-notifier/dpoeekjbpdpdddlcfpahhaedcjpgjfgd
Description Śledź na żywo najpopularniejszych patostreamerów w Polsce. Już nigdy nie przegapisz żadnych dymów!
Taille du Fichier 12.6 KB
Nombre d'Installations 151
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-03-16
Date de Publication 2018-11-08
Évaluation 4.50/5 Total 8 Évaluations
Développeur kamdz
Email [email protected]
Type de Paiement free
Langues Prises en Charge pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Patostreamy.com Notifier",
    "version": "2.0.0",
    "manifest_version": 3,
    "description": "\u015aled\u017a na \u017cywo najpopularniejszych patostreamer\u00f3w w Polsce. Ju\u017c nigdy nie przegapisz \u017cadnych dym\u00f3w!",
    "homepage_url": "https:\/\/patostreamy.com\/",
    "icons": {
        "16": "\/icons\/icon16.png",
        "19": "\/icons\/icon19.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "author": "@kamdz",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Patostreamy.com Notifier",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "19": "\/icons\/icon19.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/patostreamy.com\/*"
    ]
}