Streamers Connected
The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.
Cos'è Streamers Connected?
Streamers Connected è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Streamers Connected
Scarica i file di estensione Streamers Connected 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 | |
ID | mbheinpjbaajkgnfjkkmkbcochbjknoa |
URL Ufficiale | https://chromewebstore.google.com/detail/streamers-connected/mbheinpjbaajkgnfjkkmkbcochbjknoa |
Descrizione | The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live. |
Dimensione del File | 1.62 MB |
Conteggio Installazioni | 134 |
Versione Corrente | 4.0.0 |
Ultimo Aggiornamento | 2017-08-30 |
Data di Pubblicazione | 2017-08-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streamers Connected", "version": "4.0.0", "description": "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.", "icons": { "64": "icons\/64.png", "128": "icons\/128.png" }, "permissions": [ "storage", "notifications", "background", "http:\/\/*.twitch.tv\/", "https:\/\/*.streamersconnected.tv\/" ], "options_page": "options\/options.html", "options_ui": { "page": "options\/options.html" }, "background": { "scripts": [ "external\/jquery.min.js", "background.js" ] }, "content_scripts": [ { "js": [ "\/external\/jquery.min.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end", "matches": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.twitch.tv\/*" ] } ], "manifest_version": 2, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Streamers Connected", "default_popup": "popup\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.twitter.com https:\/\/*.twimg.com; object-src 'self'", "web_accessible_resources": [ "64.png", "icons\/chat-badge.png", "icons\/chat-badge-square.png" ] } |