Up Farming

Auxiliar o streamer no quesito engajamento

What is Up Farming?

Up Farming is a Chrome extension developed by rdgo.srosa, and its main feature is "Auxiliar o streamer no quesito engajamento".

Extension Screenshots

screenshot

Download Up Farming Extension CRX File

Download Up Farming 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 é exclusivamente para auxiliar o streamer a obter engajamento na live stream realizada na plataforma Twitch.

Versão 1.2.7.2                    

Extension Basic Information

Name Up Farming Up Farming
ID ecfbamemklfaoajeabebdhiiaifngppc
Official URL https://chromewebstore.google.com/detail/up-farming/ecfbamemklfaoajeabebdhiiaifngppc
Description Auxiliar o streamer no quesito engajamento
File Size 210 KB
Installation Count 43
Current Version 1.2.7.2
Last Updated 2023-10-06
Publish Date 2023-05-18
Developer rdgo.srosa
Email [email protected]
Payment Type free
Extension Website https://www.twitch.tv/gabryelcwb
Help Page URL https://www.twitch.tv/gabryelcwb
Privacy Policy Page URL https://drive.google.com/file/d/1Ls4DOgrtGqx0R0zUoVg43my5OG_MUOLl/view?usp=sharing
Supported Languages 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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}