StreamerHouse Team Tracker
Keep track of who's online from the StreamerHouse Team on Twitch (http://www.twitch.tv/team/streamerhouse) Updates every 60 seconds.
Cos'è StreamerHouse Team Tracker?
StreamerHouse Team Tracker è un'estensione di Chrome sviluppata da https://streamer.house, e la sua funzione principale è "Keep track of who's online from the StreamerHouse Team on Twitch (http://www.twitch.tv/team/streamerhouse) Updates every 60 seconds.".
Scarica il file CRX dell'estensione StreamerHouse Team Tracker
Scarica i file di estensione StreamerHouse Team Tracker 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
Keep track of who's online from the StreamerHouse Team on Twitch http://www.twitch.tv/team/streamerhouse Updates every 60 seconds.
Informazioni di Base sull'Estensione
Nome | StreamerHouse Team Tracker |
ID | babjacndbfhojnpgllejciapmpobejml |
URL Ufficiale | https://chromewebstore.google.com/detail/streamerhouse-team-tracke/babjacndbfhojnpgllejciapmpobejml |
Descrizione | Keep track of who's online from the StreamerHouse Team on Twitch (http://www.twitch.tv/team/streamerhouse) Updates every 60 seconds. |
Dimensione del File | 55.36 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.2.3.4 |
Ultimo Aggiornamento | 2016-07-06 |
Data di Pubblicazione | 2016-07-06 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | https://streamer.house |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.twitch.tv/team/streamerhouse |
URL della Pagina di Aiuto | http://www.twitch.tv/tree |
Lingue Supportate | en |
manifest.json | |
{ "background": { "scripts": [ "jquery-1.8.3.min.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "badge19.png", "38": "badge38.png" }, "default_popup": "popup.html" }, "description": "Keep track of who's online from the StreamerHouse Team on Twitch (http:\/\/www.twitch.tv\/team\/streamerhouse) Updates every 60 seconds.", "icons": { "128": "badge128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm6oOmx8re8TndMa2RxE6EoVpgV0eTYpn\/MNLNR03JY6OFr\/RbgLVlXg5wMhLLr4nIy60CnargPBHCzXhROTZ6mU0mTeON\/nng+Z1qPGuCKnwNjZTfqM3vywIOVpMyO4Z7vVKI2bKwzOgU28OZz0tLf4V40TE3sj3JuSfEUjmE8zIiLQ4GKJ2NPWGpnJ0RVAMgWZGOK+UeGXtjAGFZ2R13mrFBxi1pEmwprQOFcEsD8zQij\/UIldePNNKet5JzAV2FmhPhZOQCcEdMpcR\/5VcA9jB94M90hRsVIZLwGXN3fioo70xZBu+c\/nzaXtz6rGqXy9kVsQjy4BIWVcRtLgY+wIDAQAB", "manifest_version": 2, "name": "StreamerHouse Team Tracker", "permissions": [ "*:\/\/*.twitch.tv\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.3.4" } |