Patostreamy.com Notifier

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

Wat is Patostreamy.com Notifier?

Patostreamy.com Notifier is een Chrome-extensie ontwikkeld door kamdz, en de belangrijkste functie is "Śledź na żywo najpopularniejszych patostreamerów w Polsce. Już nigdy nie przegapisz żadnych dymów!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Patostreamy.com Notifier

Download Patostreamy.com Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Patostreamy.com Notifier Patostreamy.com Notifier
ID dpoeekjbpdpdddlcfpahhaedcjpgjfgd
Officiële URL https://chromewebstore.google.com/detail/patostreamycom-notifier/dpoeekjbpdpdddlcfpahhaedcjpgjfgd
Beschrijving Śledź na żywo najpopularniejszych patostreamerów w Polsce. Już nigdy nie przegapisz żadnych dymów!
Bestandsgrootte 12.6 KB
Aantal Installaties 151
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-03-16
Publicatiedatum 2018-11-08
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar kamdz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}