PrzemsoN
Dodatek powiadamiający o starcie livestreama.
Wat is PrzemsoN?
PrzemsoN is een Chrome-extensie ontwikkeld door irocket, en de belangrijkste functie is "Dodatek powiadamiający o starcie livestreama.".
Extensie Screenshots
Download het CRX-bestand van de extensie PrzemsoN
Download PrzemsoN-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
Rozszerzenie powiadamiające użytkownika o rozpoczęciu transmisji na żywo w serwisie Youtube przez kanał PrzemsoN. Szara ikonka oznacza, że transmisja jest offline. Czerwona ikonka oznacza, że transmisja jest online.
Basisinformatie over de Extensie
Naam | PrzemsoN |
ID | abhmnjnihjbmmnddghcfiafmiefknfpc |
Officiële URL | https://chromewebstore.google.com/detail/przemson/abhmnjnihjbmmnddghcfiafmiefknfpc |
Beschrijving | Dodatek powiadamiający o starcie livestreama. |
Bestandsgrootte | 86.67 KB |
Aantal Installaties | 100 |
Huidige Versie | 1.1.2.1 |
Laatst Bijgewerkt | 2017-09-08 |
Publicatiedatum | 2017-09-08 |
Beoordeling | 4.83/5 Totaal 23 Beoordelingen |
Ontwikkelaar | irocket |
Betalingswijze | free |
Ondersteunde Talen | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "irocket", "name": "PrzemsoN", "description": "Dodatek powiadamiaj\u0105cy o starcie livestreama.", "homepage_url": "https:\/\/youtube.com\/przemson", "version": "1.1.2.1", "short_name": "PrzemsoN", "permissions": [ "notifications", "http:\/\/przemson92.cba.pl\/*" ], "browser_action": { "default_icon": "images\/ikona_szary.png", "default_popup": "popup.html", "default_title": "PrzemsoN" }, "icons": { "128": "images\/ikona.png" }, "web_accessible_resources": [ "images\/ikona.png" ], "background": { "page": "background.html", "persistent": true }, "options_page": "options.html" } |