Kudocoin

Kudocoin

Kudocoinคืออะไร?

Kudocoin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kudocoin.cc และคุณลักษณะหลักของมันคือ "Kudocoin"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kudocoin

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}