GameSkip
Share, Submit and Exchange Your Game Posts To GameSkip
GameSkipคืออะไร?
GameSkip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gameskip.com และคุณลักษณะหลักของมันคือ "Share, Submit and Exchange Your Game Posts To GameSkip"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GameSkip
ดาวน์โหลดไฟล์ส่วนขยาย GameSkip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome Extension Helps in Achieving Following Tasks: 1. It Submits All You Required Game posts to GameSkip.Com Which Help in Exchange Game Bonus Items With Other Users. How To Submit your items: 1. Install This Addon. 2. Visit Facebook Timeline make sure that gift icon don't show "OFF" notification. 3. This Addon will Auto Submit (Share) your items from your "Facebook Timeline"(Facebook Profile). 4. "Submit, Search Reward" Page won't Submit your Items, It will just show status of your Submitted (Shared) Items. List of supported games are available on : https://gameskip.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GameSkip |
ID | oglhollagcmlahfflcpgpoemjpjfafeo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gameskip/oglhollagcmlahfflcpgpoemjpjfafeo |
คำอธิบาย | Share, Submit and Exchange Your Game Posts To GameSkip |
ขนาดไฟล์ | 78.06 KB |
จำนวนการติดตั้ง | 3,983 |
เวอร์ชันปัจจุบัน | 4.1 |
อัปเดตครั้งล่าสุด | 2023-11-17 |
วันที่เผยแพร่ | 2018-02-01 |
คะแนน | 4.12/5 รวมทั้งหมด 95 คะแนน |
ผู้พัฒนา | https://gameskip.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gameskip.com |
URL หน้าช่วยเหลือ | https://gameskip.com/privacy_policy.html |
URL หน้านโยบายความเป็นส่วนตัว | https://gameskip.com/privacy_policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GameSkip", "short_name": "GameSkip", "version": "4.1", "icons": { "48": "img\/gift_48.png", "128": "img\/gift_128.png" }, "description": "Share, Submit and Exchange Your Game Posts To GameSkip", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "img\/gift_16.png", "24": "img\/gift_24.png", "32": "img\/gift_32.png", "48": "img\/gift_48.png" }, "default_title": "Game Skip", "default_popup": "html\/panel.html", "disabled": true }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "js\/handler.js" ], "all_frames": false } ], "permissions": [ "tabs", "storage", "*:\/\/www.facebook.com\/*", "*:\/\/gameskip.com\/*" ] } |