TriboPoints Farmer
Tem como função ajudar as pessoas a não perder os TP na stream do Gaules enquanto assistem, pegando os prêmio automaticamente.
What is TriboPoints Farmer?
TriboPoints Farmer is a Chrome extension developed by https://bruno.dev, and its main feature is "Tem como função ajudar as pessoas a não perder os TP na stream do Gaules enquanto assistem, pegando os prêmio automaticamente.".
Extension Screenshots
Download TriboPoints Farmer Extension CRX File
Download TriboPoints Farmer 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
Esta extensão tem como objetivo auxiliar os usuários que acompanham a stream do Gaules na twitch, pegando automaticamente os TriboPoints deixando que foque na transmissão.
Extension Basic Information
Name | TriboPoints Farmer |
ID | ienhpbblefpbikglmbalomkahnfaglbf |
Official URL | https://chromewebstore.google.com/detail/tribopoints-farmer/ienhpbblefpbikglmbalomkahnfaglbf |
Description | Tem como função ajudar as pessoas a não perder os TP na stream do Gaules enquanto assistem, pegando os prêmio automaticamente. |
File Size | 50.58 KB |
Installation Count | 26 |
Current Version | 1.0 |
Last Updated | 2020-04-14 |
Publish Date | 2020-04-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://bruno.dev |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TriboPoints Farmer", "version": "1.0", "description": "Tem como fun\u00e7\u00e3o ajudar as pessoas a n\u00e3o perder os TP na stream do Gaules enquanto assistem, pegando os pr\u00eamio automaticamente.", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/twitch.tv\/gaules", "https:\/\/twitch.tv\/gaules", "http:\/\/www.twitch.tv\/gaules", "https:\/\/www.twitch.tv\/gaules" ], "js": [ "app.js" ], "run_at": "document_idle", "all_frames": false } ] } |