Disstream Online
Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.
Wat is Disstream Online?
Disstream Online is een Chrome-extensie ontwikkeld door Kemsan, en de belangrijkste functie is "Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.".
Extensie Screenshots
Download het CRX-bestand van de extensie Disstream Online
Download Disstream Online-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
Basisinformatie over de Extensie
| Naam | |
| ID | iifblnpbaahoopnoefdbahfgpibfffae |
| Officiële URL | https://chromewebstore.google.com/detail/disstream-online/iifblnpbaahoopnoefdbahfgpibfffae |
| Beschrijving | Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera. |
| Bestandsgrootte | 860 KB |
| Aantal Installaties | 41 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2018-08-08 |
| Publicatiedatum | 2018-08-08 |
| Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Kemsan |
| Betalingswijze | free |
| Extensiewebsite | https://www.youtube.com/user/DisStream |
| Ondersteunde Talen | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Disstream Online",
"short_name": "disstream_online",
"version": "1.2.0",
"description": "Otrzymuj na bie\u017c\u0105co notyfikacje od Twojego ulubionego YouTubera.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "Kemsan",
"background": {
"scripts": [
"js\/jquery.js",
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Zobacz ostatnie powiadomienia",
"default_icon": "icon48.png",
"default_popup": "popup.html"
},
"permissions": [
"notifications",
"*:\/\/api.kemsan.xyz\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"homepage_url": "https:\/\/www.youtube.com\/user\/DisStream"
} | |