TukTuk - Shop Online & Earn Crypto

Shop normally at your favourite online stores and earn Crypto on every purchase

TukTuk - Shop Online & Earn Cryptoとは何ですか?

TukTuk - Shop Online & Earn Cryptoはhttp://tuktuk.comによって開発されたChromeの拡張機能で、その主な機能は「Shop normally at your favourite online stores and earn Crypto on every purchase」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

TukTuk - Shop Online & Earn Crypto拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Join the TukTuk community to earn Crypto rewards every time you shop online. Earn Bitcoin, Ethereum, XRP and many more Cryptocurrencies just by shopping at your favourite stores!   With over 1,000 stores globally and over 100 categories to choose from, getting your favourite coins has never been easier.

HOW DOES IT WORK
When you browse the internet looking for goods or services, the TukTuk extension will notify you when Crypto rewards are available at any particular store.  Simply click the Activate button and your rewards will be activated when you checkout on the merchant's store.  When you make a purchase from the merchant's store, they will pay us a commission.  We then convert this commission into Cryptocurrency of your choice and deposit into your wallet address.

SIMPLE TO USE
Browse the internet without being constantly interrupted by a popover that obstructs part of the page your are viewing.  Our notification button is small and tucked away in the top right of the screen where it won't obstruct your view.  It will only expand when you hover over to see the details or activate the Crypto Rewards.

SECURE
Your public wallet address is all we need so that we can pay you.  We never ask for your private keys or your mnemonic passphrase.

PRIVACY
We do not share any information with any third party.  We track only the purchase you have made so that we can pay you your rewards.

CRYPTO PAYOUTS
Crypto payouts are in any of the coins listed below, or a combination of them.  You can choose more than one coin to receive payouts and maximise your earning potential.  The following coins are available and we are adding more every week.
Bitcoin - BTC
Ethereum - ETH
Binance Coin - BNB
Cardano - ADA
XRP - XRP
Dogecoin - DOGE
Tether - USDT
Solana - SOL
Polkadot - DOT
Uniswap - UNI
Bitcoin Cash - BCH
Litecoin - LTC
Chainlink - LINK
Shiba Inu - SHIB
Internet Computer - ICP
Algorand - ALGO                    

拡張機能の基本情報

名前 TukTuk - Shop Online & Earn Crypto TukTuk - Shop Online & Earn Crypto
ID bamhkeeolhfjabljjoajbfcebhjbkoaa
公式URL https://chrome.google.com/webstore/detail/tuktuk-shop-online-earn-c/bamhkeeolhfjabljjoajbfcebhjbkoaa
説明 Shop normally at your favourite online stores and earn Crypto on every purchase
ファイルサイズ 1.34 MB
インストール数 50
現在のバージョン 1.0.1
最終更新日 2022-02-17
公開日 2021-10-10
評価 5.00/5 合計 1 レビュー
開発者 http://tuktuk.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.tuktuk.com/en
ヘルプページのURL https://www.tuktuk.com/en/contact
プライバシーポリシーページのURL https://www.tuktuk.com/en/privacy
対応言語 en,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "TukTuk",
    "version": "1.0.1",
    "description": "__MSG_extDesc__",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "\/assets\/media\/icons\/tuktuk-icon-not-active-48x48.png",
        "48": "\/assets\/media\/icons\/tuktuk-icon-not-active-48x48.png",
        "128": "\/assets\/media\/icons\/tuktuk-icon-not-active-128x128.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "index.html?#\/popup\/notifications\/redirect",
        "default_title": "TukTuk - Earn free crypto"
    },
    "content_scripts": [
        {
            "js": [
                "tuktuk-button.js"
            ],
            "css": [],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/media\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "style-src 'self' 'unsafe-inline'; script-src 'self'; object-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.tuktuk.com\/*",
            "https:\/\/tuktuk-staging.web.app\/*"
        ]
    }
}