Disstream Online
Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.
Vad är Disstream Online?
Disstream Online är en Chrome-tillägg utvecklad av Kemsan, och dess huvudfunktion är "Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.".
Tilläggsskärmbilder
Ladda ner Disstream Online-förlängningens CRX-fil
Ladda ner Disstream Online-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Disstream Online |
ID | iifblnpbaahoopnoefdbahfgpibfffae |
Officiell webbadress | https://chromewebstore.google.com/detail/disstream-online/iifblnpbaahoopnoefdbahfgpibfffae |
Beskrivning | Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera. |
Filstorlek | 860 KB |
Antal Installationer | 41 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2018-08-08 |
Publiceringsdatum | 2018-08-08 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | Kemsan |
Betalningssätt | free |
Tilläggswebbplats | https://www.youtube.com/user/DisStream |
Stödda Språk | 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" } |