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
电子邮箱 [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"
            ]
        }
    ]
}