Twitch Pokemon Helper
Helps attain pokemon badges the TwitchPresents stream.
¿Qué es Twitch Pokemon Helper?
Twitch Pokemon Helper es una extensión de Chrome desarrollada por Xeio, y su función principal es "Helps attain pokemon badges the TwitchPresents stream.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Pokemon Helper
Descarga archivos de extensión Twitch Pokemon Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
For the TwitchPresents Pokemon anime stream. Plays sounds when badges appear on stream. Can play separate sounds for new or already-owned badges. Options can be changed by clicking the extension button. If an Ad is visible when a badge appears, this extension will make the badge extension visible and clickable even if it wouldn't normally be. This feature is disabled by default.
Información Básica de la Extensión
Nombre | |
ID | lkiomiclaaoehjemoljiekcfaofkomkl |
URL Oficial | https://chromewebstore.google.com/detail/twitch-pokemon-helper/lkiomiclaaoehjemoljiekcfaofkomkl |
Descripción | Helps attain pokemon badges the TwitchPresents stream. |
Tamaño del Archivo | 116 KB |
Cantidad de Instalaciones | 343 |
Versión Actual | 1.2.2 |
Última Actualización | 2018-09-18 |
Fecha de Publicación | 2018-09-18 |
Calificación | 4.82/5 Total de 22 Calificaciones |
Desarrollador | Xeio |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Xeio/TwitchPokemonHelper |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Pokemon Helper", "version": "1.2.2", "manifest_version": 2, "description": "Helps attain pokemon badges the TwitchPresents stream.", "permissions": [ "storage" ], "optional_permissions": [ "https:\/\/www.twitch.tv\/twitchpresents" ], "content_scripts": [ { "matches": [ "*:\/\/*.ext-twitch.tv\/*" ], "all_frames": true, "js": [ "src\/inject.js" ] } ], "background": { "scripts": [ "src\/preferences.js", "src\/bg.js" ], "persistent": true }, "browser_action": { "default_popup": "src\/options.html" }, "web_accessible_resources": [ "src\/pageInject.js" ], "externally_connectable": { "matches": [ "*:\/\/*.ext-twitch.tv\/*" ] } } |