Disstream Online
Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.
What is Disstream Online?
Disstream Online is a Chrome extension developed by Kemsan, and its main feature is "Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.".
Extension Screenshots
Download Disstream Online Extension CRX File
Download Disstream Online 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
Extension Basic Information
Name | Disstream Online |
ID | iifblnpbaahoopnoefdbahfgpibfffae |
Official URL | https://chromewebstore.google.com/detail/disstream-online/iifblnpbaahoopnoefdbahfgpibfffae |
Description | Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera. |
File Size | 860 KB |
Installation Count | 41 |
Current Version | 1.2.0 |
Last Updated | 2018-08-08 |
Publish Date | 2018-08-08 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Kemsan |
Payment Type | free |
Extension Website | https://www.youtube.com/user/DisStream |
Supported Languages | 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" } |