Up Farming

Auxiliar o streamer no quesito engajamento

Wat is Up Farming?

Up Farming is een Chrome-extensie ontwikkeld door rdgo.srosa, en de belangrijkste functie is "Auxiliar o streamer no quesito engajamento".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Up Farming

Download Up Farming-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A extensão é exclusivamente para auxiliar o streamer a obter engajamento na live stream realizada na plataforma Twitch.

Versão 1.2.7.2                    

Basisinformatie over de Extensie

Naam Up Farming Up Farming
ID ecfbamemklfaoajeabebdhiiaifngppc
Officiële URL https://chromewebstore.google.com/detail/up-farming/ecfbamemklfaoajeabebdhiiaifngppc
Beschrijving Auxiliar o streamer no quesito engajamento
Bestandsgrootte 210 KB
Aantal Installaties 43
Huidige Versie 1.2.7.2
Laatst Bijgewerkt 2023-10-06
Publicatiedatum 2023-05-18
Ontwikkelaar rdgo.srosa
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.twitch.tv/gabryelcwb
Help Pagina-URL https://www.twitch.tv/gabryelcwb
URL van de Privacybeleid Pagina https://drive.google.com/file/d/1Ls4DOgrtGqx0R0zUoVg43my5OG_MUOLl/view?usp=sharing
Ondersteunde Talen 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'"
    }
}