Coral Loader
Extend the functionality of SBNation Coral commenting system.
Coral Loader là gì?
Coral Loader là một tiện ích mở rộng Chrome được phát triển bởi faulkev, và tính năng chính của nó là "Extend the functionality of SBNation Coral commenting system.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Coral Loader
Tải xuống các tệp mở rộng Coral Loader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Coral Loader |
ID | fiomjcpnnmiapdalgaglkhlgmpmdanhh |
URL Chính Thức | https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh |
Mô tả | Extend the functionality of SBNation Coral commenting system. |
Kích Thước Tệp | 11.39 KB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2022-10-27 |
Ngày Phát Hành | 2022-04-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | faulkev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |