Searchsen - Twitch VOD Chat Search Tool
Search the chat of Twitch VODs
Cos'è Searchsen - Twitch VOD Chat Search Tool?
Searchsen - Twitch VOD Chat Search Tool è un'estensione di Chrome sviluppata da burakdrk, e la sua funzione principale è "Search the chat of Twitch VODs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Searchsen - Twitch VOD Chat Search Tool
Scarica i file di estensione Searchsen - Twitch VOD Chat Search Tool 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
v3.0: All channels are now supported. Source Code: https://github.com/burakdrk/searchsen
Informazioni di Base sull'Estensione
Nome | Searchsen - Twitch VOD Chat Search Tool |
ID | jncopnckeaddkmiajjmpoglomkhcdfkn |
URL Ufficiale | https://chromewebstore.google.com/detail/searchsen-twitch-vod-chat/jncopnckeaddkmiajjmpoglomkhcdfkn |
Descrizione | Search the chat of Twitch VODs |
Dimensione del File | 210 KB |
Conteggio Installazioni | 478 |
Versione Corrente | 3.1 |
Ultimo Aggiornamento | 2023-07-04 |
Data di Pubblicazione | 2022-01-20 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | burakdrk |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Searchsen - Twitch VOD Chat Search Tool", "short_name": "Searchsen", "description": "Search the chat of Twitch VODs", "version": "3.1", "manifest_version": 3, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Searchsen", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "webRequest", "storage" ], "host_permissions": [ "*:\/\/*.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "contentScript.js" ] } ] } |