Cointimes

Ganhe bitcoin no seu dia a dia

Cos'è Cointimes?

Cointimes è un'estensione di Chrome sviluppata da https://cointimes.com.br, e la sua funzione principale è "Ganhe bitcoin no seu dia a dia".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cointimes

Scarica i file di estensione Cointimes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cointimes Cointimes
ID cbohbbfalnakfabmclapcglchjnpljdm
URL Ufficiale https://chromewebstore.google.com/detail/cointimes/cbohbbfalnakfabmclapcglchjnpljdm
Descrizione Ganhe bitcoin no seu dia a dia
Dimensione del File 84.27 KB
Conteggio Installazioni 10,729
Versione Corrente 2.3.2
Ultimo Aggiornamento 2024-01-28
Data di Pubblicazione 2020-05-31
Valutazione 4.92/5 Totale 687 Valutazioni
Sviluppatore https://cointimes.com.br
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cointimes.com.br/
URL della Pagina di Aiuto https://app.cointimes.com.br/help
URL della Pagina della Politica sulla Privacy https://app.cointimes.com.br/html/CoinGoBackPoliticadePrivacidade.html
Lingue Supportate 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
}