Kayros
Complete quests and earn cash rewards on social networks
Kayrosคืออะไร?
Kayros เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kayros.world และคุณลักษณะหลักของมันคือ "Complete quests and earn cash rewards on social networks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kayros
ดาวน์โหลดไฟล์ส่วนขยาย Kayros ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Monetize your time on social media! 🌟 Turn every like, view, and share, into cash with Kayros! 🌟 To get started, it's super simple: 📥 Sign up on Kayros 🧩 Install the Kayros extension 🦊 Customize your avatar and complete your first quests! Complete missions and earn rewards and XP! 💰 Convert your earnings into cash or crypto! 🏆 Climb the rankings, celebrate your victories, and never miss a new challenge with our Discord, Telegram, Whatsapp bots...! ... and don't forget to invite your friends. You'll earn a 10% bonus on their rewards 🚀 The place to grow. The place to earn Website : https://kayros.world Twitter : https://twitter.com/kayrosgames Linkedin : https://www.linkedin.com/company/kayroswold Discord : https://discord.gg/hARyh4ERbP Youtube : https://www.youtube.com/@kayrosworld
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kayros |
ID | ionnbdlogiaapopodiglgaakhiifihcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kayros/ionnbdlogiaapopodiglgaakhiifihcl |
คำอธิบาย | Complete quests and earn cash rewards on social networks |
ขนาดไฟล์ | 88.55 MB |
จำนวนการติดตั้ง | 4,760 |
เวอร์ชันปัจจุบัน | 2.7 |
อัปเดตครั้งล่าสุด | 2024-02-16 |
วันที่เผยแพร่ | 2023-04-24 |
คะแนน | 5.00/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | https://kayros.world |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.kayros.world |
URL หน้าช่วยเหลือ | https://discord.gg/hARyh4ERbP |
URL หน้านโยบายความเป็นส่วนตัว | https://www.kayros.world/privacy-policy |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,hi,bn,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.7", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/www.kayros.world\/", "author": "https:\/\/www.kayros.world\/", "manifest_version": 3, "content_security_policy": { "extension_pages": "object-src 'self'; script-src 'self';" }, "web_accessible_resources": [ { "resources": [ "window-provider.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "default_locale": "en", "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/*\/*" ], "js": [ "provider-bridge.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "file:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+T", "mac": "Alt+T", "chromeos": "Alt+T", "linux": "Alt+T" } } }, "icons": { "128": ".\/wallet-icons\/default.png" }, "action": { "default_title": "Kayros", "default_popup": "popup.html" }, "permissions": [ "alarms", "storage", "unlimitedStorage", "activeTab" ], "host_permissions": [ "*:\/\/*.kayros.games\/" ], "background": { "service_worker": "background.js" }, "minimum_chrome_version": "88", "externally_connectable": { "ids": [] } } |