NeoBuxOx
NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.
NeoBuxOxคืออะไร?
NeoBuxOx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Proxen และคุณลักษณะหลักของมันคือ "NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NeoBuxOx
ดาวน์โหลดไฟล์ส่วนขยาย NeoBuxOx ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NeoBuxOx adds helpful information to NeoBux referral listings, statistics and summary account pages, that will make your account management easier. Designed to be fast, clean and light. - Obtain the individual profit of your referrals instantly! - Real profit calculated on the fly, taking into consideration membership and referral costs. - Add accurate and useful information to NeoBux. NeoBuxOx is now available multiple languages: - English - Greek (special thanks to "mdim") - Portuguese - Spanish
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NeoBuxOx |
ID | fcpnnjlljgdcinojgocmjddolelccbjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/neobuxox/fcpnnjlljgdcinojgocmjddolelccbjc |
คำอธิบาย | NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light. |
ขนาดไฟล์ | 33.18 KB |
จำนวนการติดตั้ง | 3,485 |
เวอร์ชันปัจจุบัน | 4.0.16 |
อัปเดตครั้งล่าสุด | 2019-05-20 |
วันที่เผยแพร่ | 2019-05-20 |
คะแนน | 4.74/5 รวมทั้งหมด 269 คะแนน |
ผู้พัฒนา | Proxen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NeoBuxOx", "version": "4.0.16", "description": "NeoBuxOx adds helpful information to NeoBux referral listings and statistics page. Designed to be fast, clean and light.", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.neobux.com\/c\/*" ], "js": [ "\/js\/NeoBuxOx.js" ], "css": [ "\/css\/main.css" ] } ], "manifest_version": 2 } |