Twitch Farmer
Automatically farm your favourite streamer coins!
What is Twitch Farmer?
Twitch Farmer is a Chrome extension developed by guilhermemorum, and its main feature is "Automatically farm your favourite streamer coins!".
Extension Screenshots
Download Twitch Farmer Extension CRX File
Download Twitch 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
Just click and start getting those sweet coins automatically!
Extension Basic Information
Name | Twitch Farmer |
ID | hllmggmeafcbofagpgfbpdpdamoiklnl |
Official URL | https://chromewebstore.google.com/detail/twitch-farmer/hllmggmeafcbofagpgfbpdpdamoiklnl |
Description | Automatically farm your favourite streamer coins! |
File Size | 16.45 KB |
Installation Count | 151 |
Current Version | 2.2 |
Last Updated | 2020-12-02 |
Publish Date | 2020-12-01 |
Rating | 1.00/5 Total 1 Ratings |
Developer | guilhermemorum |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Farmer", "version": "2.2", "description": "Automatically farm your favourite streamer coins!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-64.png", "128": "images\/icon-128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "css": [ "main.css" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-64.png", "128": "images\/icon-128.png" }, "manifest_version": 2 } |