Givee.Club - Get games for free!
Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!
Givee.Club - Get games for free!คืออะไร?
Givee.Club - Get games for free! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://givee.club และคุณลักษณะหลักของมันคือ "Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Givee.Club - Get games for free!
ดาวน์โหลดไฟล์ส่วนขยาย Givee.Club - Get games for free! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Every day GiveAway.su prepares for you a lot of new game giveaways. To get the game you have to complete small sponsor`s tasks (to enter social group or to vote for something). This extension "GiveAway.su Checker" allows you to check status of the tasks and get games! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | modkgipgommbdobanfinadelfafeiadk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/giveeclub-get-games-for-f/modkgipgommbdobanfinadelfafeiadk |
| คำอธิบาย | Givee.Club Checker - now you can complete GiveAway.su tasks and get game keys! |
| ขนาดไฟล์ | 80.24 KB |
| จำนวนการติดตั้ง | 38,948 |
| เวอร์ชันปัจจุบัน | 5.0.1 |
| อัปเดตครั้งล่าสุด | 2023-01-18 |
| วันที่เผยแพร่ | 2020-02-24 |
| คะแนน | 4.74/5 รวมทั้งหมด 1677 คะแนน |
| ผู้พัฒนา | https://givee.club |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://givee.club |
| URL หน้านโยบายความเป็นส่วนตัว | https://givee.club/privacy-policy |
| ภาษาที่รองรับ | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/givee.club\/*",
"https:\/\/giveaway.su\/*"
],
"js": [
"vendor\/md5.js",
"vendor\/jquery-3.6.3.min.js",
"content-script\/revealer.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": "images\/icon-16.png",
"default_popup": "action\/popup.html"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "Givee.Club",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/giveaway.su\/*",
"https:\/\/*.gvw.su\/*",
"https:\/\/gvw.su\/*",
"https:\/\/givee.club\/*",
"*:\/\/bit.ly\/*",
"*:\/\/steamcommunity.com\/*",
"*:\/\/store.steampowered.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/www.reddit.com\/*",
"https:\/\/itch.io\/*",
"https:\/\/imgur.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"version": "5.0.1"
} | |