Farmando Junto
Melhore seu farm na live do JJ!
Wat is Farmando Junto?
Farmando Junto is een Chrome-extensie ontwikkeld door luismiguelprs, en de belangrijkste functie is "Melhore seu farm na live do JJ!".
Extensie Screenshots
Download het CRX-bestand van de extensie Farmando Junto
Download Farmando Junto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A extensão Farmando Junto auxilia no engajamento dos viewers do canal do JJ na twitch, fazendo o acesso aos sites patrocinadores da live em troca de benefícios na live. Se você é viewer e utilizar a extensão, ganhará pontos na lojinha para cada link de parceiro enviado e aberto durante as lives!
Basisinformatie over de Extensie
Naam | Farmando Junto |
ID | cokembicibjhnlkaeaigcmokbhgeecie |
Officiële URL | https://chromewebstore.google.com/detail/farmando-junto/cokembicibjhnlkaeaigcmokbhgeecie |
Beschrijving | Melhore seu farm na live do JJ! |
Bestandsgrootte | 439 KB |
Aantal Installaties | 45 |
Huidige Versie | 0.0.19 |
Laatst Bijgewerkt | 2023-07-04 |
Publicatiedatum | 2023-01-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | luismiguelprs |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Farmando Junto", "description": "Melhore seu farm na live do JJ!", "icons": { "128": "128.a70d0a8c.png" }, "version": "0.0.19", "background": { "service_worker": "background.dad8bc73.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content-script.1661f1f9.js" ], "css": [] } ], "host_permissions": [ "*:\/\/*.twitch.tv\/" ], "permissions": [ "cookies", "storage" ] } |