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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } ] } |