Roblox extension compatibility fixer
This extension will fix the compatibility issues between a few popular roblox community-made extensions
Roblox extension compatibility fixerคืออะไร?
Roblox extension compatibility fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TickoGrey และคุณลักษณะหลักของมันคือ "This extension will fix the compatibility issues between a few popular roblox community-made extensions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox extension compatibility fixer
ดาวน์โหลดไฟล์ส่วนขยาย Roblox extension compatibility fixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will fix the compatibility issues between a few popular Roblox community-made extensions We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with the Roblox corporation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Roblox extension compatibility fixer |
ID | dkmmbdafahejikkbeapodinfojgbdiaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/roblox-extension-compatib/dkmmbdafahejikkbeapodinfojgbdiaf |
คำอธิบาย | This extension will fix the compatibility issues between a few popular roblox community-made extensions |
ขนาดไฟล์ | 5.65 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-05-08 |
วันที่เผยแพร่ | 2023-05-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | TickoGrey |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "index.js" ], "matches": [ "https:\/\/www.roblox.com\/games\/*" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3, "name": "Roblox extension compatibility fixer", "version": "1.0.0", "description": "This extension will fix the compatibility issues between a few popular roblox community-made extensions" } |