Up Farming
Auxiliar o streamer no quesito engajamento
Up Farming là gì?
Up Farming là một tiện ích mở rộng Chrome được phát triển bởi rdgo.srosa, và tính năng chính của nó là "Auxiliar o streamer no quesito engajamento".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Up Farming
Tải xuống các tệp mở rộng Up Farming dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A extensão é exclusivamente para auxiliar o streamer a obter engajamento na live stream realizada na plataforma Twitch. Versão 1.2.7.2
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Up Farming |
ID | ecfbamemklfaoajeabebdhiiaifngppc |
URL Chính Thức | https://chromewebstore.google.com/detail/up-farming/ecfbamemklfaoajeabebdhiiaifngppc |
Mô tả | Auxiliar o streamer no quesito engajamento |
Kích Thước Tệp | 210 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.2.7.2 |
Cập Nhật Lần Cuối | 2023-10-06 |
Ngày Phát Hành | 2023-05-18 |
Nhà Phát Triển | rdgo.srosa |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.twitch.tv/gabryelcwb |
URL Trang Trợ Giúp | https://www.twitch.tv/gabryelcwb |
URL Trang Chính Sách Bảo Mật | https://drive.google.com/file/d/1Ls4DOgrtGqx0R0zUoVg43my5OG_MUOLl/view?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Up Farming", "version": "1.2.7.2", "author": "Dgooh", "description": "Auxiliar o streamer no quesito engajamento", "action": { "default_popup": "index.html" }, "background": { "service_worker": "backgroundScript.js" }, "icons": { "128": "icons\/upseta128.png" }, "host_permissions": [ "https:\/\/www.twitch.tv\/thizitonow\/", "https:\/\/www.twitch.tv\/konde67\/", "https:\/\/www.twitch.tv\/paulinhoo46", "https:\/\/www.twitch.tv\/gabryelcwb\/" ], "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/gabryelcwb\/*", "https:\/\/www.twitch.tv\/thizitonow\/*", "https:\/\/www.twitch.tv\/paulinhoo46", "https:\/\/www.twitch.tv\/konde67\/*", "https:\/\/*.firebaseio.com\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "backgroundScript.js" ], "matches": [ " |