Agario Skin Selector button
Adds a skin button to Agar.io, allowing you to select a skin
Agario Skin Selector buttonคืออะไร?
Agario Skin Selector button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kassius และคุณลักษณะหลักของมันคือ "Adds a skin button to Agar.io, allowing you to select a skin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Agario Skin Selector button
ดาวน์โหลดไฟล์ส่วนขยาย Agario Skin Selector button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a Skin button into the agar.io play screen. Just click a skin you want and then press play. Instructions : 1. Add this Extension. 2. Goto Agar.io. 3. Press the new Skin Button. 4. click the skin you want. 5. press play. Contains all the Skins Listed on agarioskins website. I will add more when they come out. ! Special Thanks to Rachael for typing out the vast majority (99%) of the buttons !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | odgkcjomoppkjbbamdejohmodhjcohop |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/agario-skin-selector-butt/odgkcjomoppkjbbamdejohmodhjcohop |
คำอธิบาย | Adds a skin button to Agar.io, allowing you to select a skin |
ขนาดไฟล์ | 48.19 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2016-01-23 |
วันที่เผยแพร่ | 2016-01-23 |
คะแนน | 3.00/5 รวมทั้งหมด 108 คะแนน |
ผู้พัฒนา | kassius |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Agario Skin Selector button", "manifest_version": 2, "version": "0.2", "description": "Adds a skin button to Agar.io, allowing you to select a skin", "author": [ "Kassius Barker", "Rachael Kania" ], "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/agar.io\/" ], "js": [ "agario-skin-script.js" ], "css": [ "spec-skin-ext.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "agario-skin-btn.js", "spec-skin-ext.css" ] } |