Kudocoin

Kudocoin

Kudocoin là gì?

Kudocoin là một tiện ích mở rộng Chrome được phát triển bởi https://kudocoin.cc, và tính năng chính của nó là "Kudocoin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kudocoin

Tải xuống các tệp mở rộng Kudocoin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kudocoin Kudocoin
ID nkdobmfjlognhdcfghmaamagfobcempo
URL Chính Thức https://chromewebstore.google.com/detail/kudocoin/nkdobmfjlognhdcfghmaamagfobcempo
Mô tả Kudocoin
Kích Thước Tệp 8.07 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.30
Cập Nhật Lần Cuối 2021-05-18
Ngày Phát Hành 2021-05-17
Nhà Phát Triển https://kudocoin.cc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kudocoin.cc
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}