Cointimes

Ganhe bitcoin no seu dia a dia

Cointimes là gì?

Cointimes là một tiện ích mở rộng Chrome được phát triển bởi https://cointimes.com.br, và tính năng chính của nó là "Ganhe bitcoin no seu dia a dia".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cointimes

Tải xuống các tệp mở rộng Cointimes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cointimes Cointimes
ID cbohbbfalnakfabmclapcglchjnpljdm
URL Chính Thức https://chromewebstore.google.com/detail/cointimes/cbohbbfalnakfabmclapcglchjnpljdm
Mô tả Ganhe bitcoin no seu dia a dia
Kích Thước Tệp 84.27 KB
Số Lần Cài Đặt 10,729
Phiên Bản Hiện Tại 2.3.2
Cập Nhật Lần Cuối 2024-01-28
Ngày Phát Hành 2020-05-31
Đánh Giá 4.92/5 Tổng số 687 Đánh Giá
Nhà Phát Triển https://cointimes.com.br
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cointimes.com.br/
URL Trang Trợ Giúp https://app.cointimes.com.br/help
URL Trang Chính Sách Bảo Mật https://app.cointimes.com.br/html/CoinGoBackPoliticadePrivacidade.html
Ngôn Ngữ Được Hỗ Trợ 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
}