Coral Loader
Extend the functionality of SBNation Coral commenting system.
Vad är Coral Loader?
Coral Loader är en Chrome-tillägg utvecklad av faulkev, och dess huvudfunktion är "Extend the functionality of SBNation Coral commenting system.".
Tilläggsskärmbilder
Ladda ner Coral Loader-förlängningens CRX-fil
Ladda ner Coral Loader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Coral Loader |
ID | fiomjcpnnmiapdalgaglkhlgmpmdanhh |
Officiell webbadress | https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh |
Beskrivning | Extend the functionality of SBNation Coral commenting system. |
Filstorlek | 11.39 KB |
Antal Installationer | 171 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2022-10-27 |
Publiceringsdatum | 2022-04-07 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | faulkev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |