Reymit Extention
The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities.
Reymit Extentionคืออะไร?
Reymit Extention เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reymit.ir และคุณลักษณะหลักของมันคือ "The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reymit Extention
ดาวน์โหลดไฟล์ส่วนขยาย Reymit Extention ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an All-in-one extension that contains multiple features and functionalities that are related to Reymit's services. Current features: • ReymitSub twitch integration: If the extension is installed and active, ReymitSub button will appear in all twitch streams, which allows you to use ReymitSub without leaving twitch's website. A lot more functionalities will be added soon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hmfloemlodjilicbicmdondnpfakadan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reymit-extention/hmfloemlodjilicbicmdondnpfakadan |
คำอธิบาย | The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities. |
ขนาดไฟล์ | 500 KB |
จำนวนการติดตั้ง | 1,533 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2021-12-28 |
วันที่เผยแพร่ | 2021-12-28 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://reymit.ir |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://Reymit.ir |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reymit Extention", "description": "The official Reymit extension. This is an All-in-one extension that contains multiple features and functionalities.", "version": "1.0.6", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitch.tv\/*", "*:\/\/www.twitch.tv\/*" ], "css": [ "twitch.css" ], "js": [ "jquery-3.6.0.min.js", "twitch.js" ] }, { "matches": [ "*:\/\/reymit.ir\/*", "*:\/\/*.reymit.ir\/*" ], "css": [ "reymit.css" ], "js": [ "jquery-3.6.0.min.js", "reymit.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "*:\/\/twitch.tv\/*", "*:\/\/www.twitch.tv\/*" ] } ] } |