Disstream Online
Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.
Cos'è Disstream Online?
Disstream Online è un'estensione di Chrome sviluppata da Kemsan, e la sua funzione principale è "Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disstream Online
Scarica i file di estensione Disstream Online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Disstream Online |
ID | iifblnpbaahoopnoefdbahfgpibfffae |
URL Ufficiale | https://chromewebstore.google.com/detail/disstream-online/iifblnpbaahoopnoefdbahfgpibfffae |
Descrizione | Otrzymuj na bieżąco notyfikacje od Twojego ulubionego YouTubera. |
Dimensione del File | 860 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2018-08-08 |
Data di Pubblicazione | 2018-08-08 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | Kemsan |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.youtube.com/user/DisStream |
Lingue Supportate | 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" } |