PrzemsoN

Dodatek powiadamiający o starcie livestreama.

What is PrzemsoN?

PrzemsoN is a Chrome extension developed by irocket, and its main feature is "Dodatek powiadamiający o starcie livestreama.".

Extension Screenshots

screenshot

Download PrzemsoN Extension CRX File

Download PrzemsoN 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

                        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.                    

Extension Basic Information

Name PrzemsoN PrzemsoN
ID abhmnjnihjbmmnddghcfiafmiefknfpc
Official URL https://chromewebstore.google.com/detail/przemson/abhmnjnihjbmmnddghcfiafmiefknfpc
Description Dodatek powiadamiający o starcie livestreama.
File Size 86.67 KB
Installation Count 100
Current Version 1.1.2.1
Last Updated 2017-09-08
Publish Date 2017-09-08
Rating 4.83/5 Total 23 Ratings
Developer irocket
Payment Type free
Supported Languages 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"
}