Cointimes

Ganhe bitcoin no seu dia a dia

Qu'est-ce que Cointimes ?

Cointimes est une extension Chrome développée par https://cointimes.com.br, et sa fonction principale est "Ganhe bitcoin no seu dia a dia".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cointimes

Téléchargez les fichiers d'extension Cointimes 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

                        Ganhe bitcoin no seu dia a dia

Ganhe Bitcoin!
Bem-vindo ao Cointimes, a extensão de navegador que revoluciona a maneira como você interage com a internet. 

Com a missão de introduzir mais pessoas ao universo das cryptos, o Cointimes recompensa você em bitcoin enquanto realiza suas atividades online do dia a dia.
_________
Earn Bitcoin!
Welcome to Cointimes, the browser extension that revolutionizes the way you interact with the internet.

With the mission of introducing more people to the world of cryptocurrencies, Cointimes rewards you in Bitcoin while you carry out your everyday online activities.                    

Informations de Base sur l'Extension

Nom Cointimes Cointimes
ID cbohbbfalnakfabmclapcglchjnpljdm
URL Officiel https://chromewebstore.google.com/detail/cointimes/cbohbbfalnakfabmclapcglchjnpljdm
Description Ganhe bitcoin no seu dia a dia
Taille du Fichier 84.27 KB
Nombre d'Installations 10,729
Version Actuelle 2.3.2
Dernière Mise à Jour 2024-01-28
Date de Publication 2020-05-31
Évaluation 4.92/5 Total 687 Évaluations
Développeur https://cointimes.com.br
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cointimes.com.br/
URL de la Page d'Aide https://app.cointimes.com.br/help
URL de la Page de Politique de Confidentialité https://app.cointimes.com.br/html/CoinGoBackPoliticadePrivacidade.html
Langues Prises en Charge pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cointimes",
    "version": "2.3.2",
    "description": "Ganhe bitcoin no seu dia a dia",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.coingoback.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "google.js"
            ],
            "css": [
                "pages\/google.css"
            ],
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.com.br\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "youtube.js"
            ],
            "css": [
                "pages\/youtube.css"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "twitch.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "cointimes.js"
            ],
            "matches": [
                "https:\/\/app.cointimes.com.br\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "css": [
                "pages\/all_urls.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "page.js"
            ],
            "css": [
                "page.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 3
}