Kudocoin

Kudocoin

ما هو Kudocoin؟

Kudocoin هو إضافة Chrome تم تطويرها بواسطة https://kudocoin.cc، والميزة الرئيسية لها هي "Kudocoin".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kudocoin

قم بتنزيل ملفات الامتداد Kudocoin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}