Cointimes

Ganhe bitcoin no seu dia a dia

Cointimesとは何ですか?

Cointimesはhttps://cointimes.com.brによって開発されたChromeの拡張機能で、その主な機能は「Ganhe bitcoin no seu dia a dia」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Cointimes拡張機能のCRXファイルをダウンロード

Cointimes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Cointimes Cointimes
ID cbohbbfalnakfabmclapcglchjnpljdm
公式URL https://chromewebstore.google.com/detail/cointimes/cbohbbfalnakfabmclapcglchjnpljdm
説明 Ganhe bitcoin no seu dia a dia
ファイルサイズ 84.27 KB
インストール数 10,729
現在のバージョン 2.3.2
最終更新日 2024-01-28
公開日 2020-05-31
評価 4.92/5 合計 687 レビュー
開発者 https://cointimes.com.br
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://cointimes.com.br/
ヘルプページのURL https://app.cointimes.com.br/help
プライバシーポリシーページのURL https://app.cointimes.com.br/html/CoinGoBackPoliticadePrivacidade.html
対応言語 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
}