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
官方網址 https://chromewebstore.google.com/detail/kudocoin/nkdobmfjlognhdcfghmaamagfobcempo
簡介 Kudocoin
檔案大小 8.07 KB
安裝次數 61
目前版本 0.30
更新時間 2021-05-18
上架時間 2021-05-17
開發者 https://kudocoin.cc
電子郵箱 [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"
            ]
        }
    ]
}