Strava Auto Kudos
Automatically give kudos to your feed
Strava Auto Kudosคืออะไร?
Strava Auto Kudos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mathieu Benhalima และคุณลักษณะหลักของมันคือ "Automatically give kudos to your feed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Strava Auto Kudos
ดาวน์โหลดไฟล์ส่วนขยาย Strava Auto Kudos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you go to your feed, the extension will automatically give kudos to all the activities it sees. When you click on the button at the bottom right of the screen, the extension will load as much activity as possible to give them a kudos.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Strava Auto Kudos |
ID | gpifcdlpbfehjkkojfhmlfgplalikdjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/strava-auto-kudos/gpifcdlpbfehjkkojfhmlfgplalikdjf |
คำอธิบาย | Automatically give kudos to your feed |
ขนาดไฟล์ | 98.39 KB |
จำนวนการติดตั้ง | 1,583 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2023-05-16 |
วันที่เผยแพร่ | 2021-08-06 |
คะแนน | 4.64/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Mathieu Benhalima |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Strava Auto Kudos", "description": "Automatically give kudos to your feed", "version": "1.5.1", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "strava.png" }, "host_permissions": [ "https:\/\/www.strava.com\/*" ], "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/*" ], "css": [ "assets\/css\/style.css" ], "js": [ "assets\/js\/jquery-2.2.3.min.js", "assets\/js\/jquery-ui.min.js", "assets\/js\/main.js" ] } ] } |