Coral Loader
Extend the functionality of SBNation Coral commenting system.
ما هو Coral Loader؟
Coral Loader هو إضافة Chrome تم تطويرها بواسطة faulkev، والميزة الرئيسية لها هي "Extend the functionality of SBNation Coral commenting system.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coral Loader
قم بتنزيل ملفات الامتداد Coral Loader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For use with any site using the SBNation Coral commenting system. Enable features such as: - Wide comments Upcoming features: - Auto-load new comments and replies
معلومات أساسية عن التمديد
الاسم | Coral Loader |
ID | fiomjcpnnmiapdalgaglkhlgmpmdanhh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh |
الوصف | Extend the functionality of SBNation Coral commenting system. |
حجم الملف | 11.39 KB |
عدد التثبيتات | 171 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2022-10-27 |
تاريخ النشر | 2022-04-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | faulkev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coral Loader", "description": "Extend the functionality of SBNation Coral commenting system.", "version": "0.0.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "coral128.png" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "scripting", "webNavigation", "webRequest" ], "action": { "default_popup": "popup.html" } } |