Twitch Giveaways
An awesome giveaway tool for Twitch streamers.
¿Qué es Twitch Giveaways?
Twitch Giveaways es una extensión de Chrome desarrollada por Enhar Ukalo, y su función principal es "An awesome giveaway tool for Twitch streamers.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Giveaways
Descarga archivos de extensión Twitch Giveaways 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
It's time to share your earnings! Click the trophy in your chat to access the extension.
Información Básica de la Extensión
Nombre | Twitch Giveaways |
ID | bpjdhheiliihcghpalfflhfpfbmcekij |
URL Oficial | https://chromewebstore.google.com/detail/twitch-giveaways/bpjdhheiliihcghpalfflhfpfbmcekij |
Descripción | An awesome giveaway tool for Twitch streamers. |
Tamaño del Archivo | 162 KB |
Cantidad de Instalaciones | 1,960 |
Versión Actual | 2.83 |
Última Actualización | 2021-02-07 |
Fecha de Publicación | 2020-10-11 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | Enhar Ukalo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/enharukalo/twitchcekilisleri |
Idiomas Soportados | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "author": "Enhar Ukalo", "developer": { "name": "Enhar Ukalo", "url": "https:\/\/github.com\/enharukalo" }, "version": "2.83", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.twitch.tv\/*", "https:\/\/twitch.tv\/*", "*:\/\/*.jtvnw.net\/*", "http:\/\/www.w3.org\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval';object-src 'self';", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "main.html", "send-message.js" ] } |