Discover and listen to your favorite internet radio stations using the community driven radio-browser.info API.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
modules/metadataDisplay.js:83
St.Clipboard.get_default()
EGO-M-008 warning
extensions using unlock-dialog must document it in disable() comments
Extensions using `unlock-dialog` should document the reason in `disable()` comments.
extension.js:369
disable() {
if (this._monitor) {
if (this._monitorHandlerId) {
this._monitor.disconnect(this._monitorHandlerId);
this._monitorHandlerId = null;
}
this._monitor.cancel();
this._monitor = null;
}
| Version | Status |
|---|---|
| 17 | Unreviewed |
| 16 | Rejected |
| 15 | Active |
| 14 | Rejected |
| 13 | Active |
| 12 | Rejected |
| 11 | Active |
| 10 | Rejected |
| 9 | Active |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Active |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |