Kudocoin

Kudocoin

Kudocoinとは何ですか?

Kudocoinはhttps://kudocoin.ccによって開発されたChromeの拡張機能で、その主な機能は「Kudocoin」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        KudoCoins are a way to say "Congrats!", "Well done!" to your friends on Strava. A bit like Strava Kudos. Except... You have a limited amount of them. You get KudoCoins either by providing a "proof of work" (i.e. your completed Strava activity), or by receiving some from your friends. Either way, to get some, you need to get moving!

This extension makes it easy to send coins to your friends by inserting a convenient kudocoin button on Strava, right next to the usual "Give Kudos" button. Clicking it pre-fills a "Send Kudocoin" form with the activity author and activity link, so you don't have to fill those by hand, and it will also avoid errors filling them.                    

拡張機能の基本情報

名前 Kudocoin Kudocoin
ID nkdobmfjlognhdcfghmaamagfobcempo
公式URL https://chromewebstore.google.com/detail/kudocoin/nkdobmfjlognhdcfghmaamagfobcempo
説明 Kudocoin
ファイルサイズ 8.07 KB
インストール数 61
現在のバージョン 0.30
最終更新日 2021-05-18
公開日 2021-05-17
開発者 https://kudocoin.cc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kudocoin.cc
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "activities.js"
            ],
            "matches": [
                "https:\/\/www.strava.com\/activities\/*",
                "https:\/\/strava.com\/activities\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Kudocoin",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Kudocoin",
    "version": "0.30",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.strava.com\/*",
                "https:\/\/strava.com\/*"
            ],
            "resources": [
                "icon.png"
            ]
        }
    ]
}