Coral Loader
Extend the functionality of SBNation Coral commenting system.
Coral Loaderとは何ですか?
Coral Loaderはfaulkevによって開発されたChromeの拡張機能で、その主な機能は「Extend the functionality of SBNation Coral commenting system.」です。
拡張機能のスクリーンショット
Coral Loader拡張機能のCRXファイルをダウンロード
Coral Loader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |