Farmando Junto
Melhore seu farm na live do JJ!
What is Farmando Junto?
Farmando Junto is a Chrome extension developed by luismiguelprs, and its main feature is "Melhore seu farm na live do JJ!".
Extension Screenshots
Download Farmando Junto Extension CRX File
Download Farmando Junto extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Farmando Junto |
ID | cokembicibjhnlkaeaigcmokbhgeecie |
Official URL | https://chromewebstore.google.com/detail/farmando-junto/cokembicibjhnlkaeaigcmokbhgeecie |
Description | Melhore seu farm na live do JJ! |
File Size | 439 KB |
Installation Count | 45 |
Current Version | 0.0.19 |
Last Updated | 2023-07-04 |
Publish Date | 2023-01-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | luismiguelprs |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |