Up Farming

Auxiliar o streamer no quesito engajamento

Qu'est-ce que Up Farming ?

Up Farming est une extension Chrome développée par rdgo.srosa, et sa fonction principale est "Auxiliar o streamer no quesito engajamento".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Up Farming

Téléchargez les fichiers d'extension Up Farming au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Versão 1.2.7.2                    

Informations de Base sur l'Extension

Nom Up Farming Up Farming
ID ecfbamemklfaoajeabebdhiiaifngppc
URL Officiel https://chromewebstore.google.com/detail/up-farming/ecfbamemklfaoajeabebdhiiaifngppc
Description Auxiliar o streamer no quesito engajamento
Taille du Fichier 210 KB
Nombre d'Installations 43
Version Actuelle 1.2.7.2
Dernière Mise à Jour 2023-10-06
Date de Publication 2023-05-18
Développeur rdgo.srosa
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.twitch.tv/gabryelcwb
URL de la Page d'Aide https://www.twitch.tv/gabryelcwb
URL de la Page de Politique de Confidentialité https://drive.google.com/file/d/1Ls4DOgrtGqx0R0zUoVg43my5OG_MUOLl/view?usp=sharing
Langues Prises en Charge 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'"
    }
}