Lo-Fi Radio

Listen to lo-fi music anytime in the background.

Qu'est-ce que Lo-Fi Radio ?

Lo-Fi Radio est une extension Chrome développée par Kiby Technologies, LLC, et sa fonction principale est "Listen to lo-fi music anytime in the background.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lo-Fi Radio

Téléchargez les fichiers d'extension Lo-Fi Radio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        With Lo-Fi Radio, you can now tune into lo-fi music anytime you want in the background while continuing to do your work. Simply click on the Lo-Fi Radio icon, select a lo-fi station and play!

We love to hear your comments!

v0.1.1 (Beta)
- Addressed music stopping while playing
- Added 2 more radio stations!
- Slightly revamped the aesthetic of the app

v0.1.0 (Beta)
Beta Release🎉                    

Informations de Base sur l'Extension

Nom Lo-Fi Radio Lo-Fi Radio
ID akkbfbediahdidlgbanghdmbfbkdbioj
URL Officiel https://chromewebstore.google.com/detail/lo-fi-radio/akkbfbediahdidlgbanghdmbfbkdbioj
Description Listen to lo-fi music anytime in the background.
Taille du Fichier 4.99 MB
Nombre d'Installations 2,000
Version Actuelle 0.1.1
Dernière Mise à Jour 2022-08-02
Date de Publication 2020-12-06
Évaluation 4.56/5 Total 25 Évaluations
Développeur Kiby Technologies, LLC
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lo-Fi Radio",
    "version": "0.1.1",
    "description": "Listen to lo-fi music anytime in the background.",
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "options_page": "views\/options.html",
    "page": "views\/background.html",
    "background": {
        "scripts": [
            "scripts\/lib\/hot-reload.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*",
        "stylesheets\/project-sky-stylesheet.css"
    ],
    "page_action": {
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "images\/logo\/lofi-radio-16.png",
            "32": "images\/logo\/lofi-radio-32.png",
            "48": "images\/logo\/lofi-radio-48.png",
            "128": "images\/logo\/lofi-radio-128.png"
        }
    },
    "icons": {
        "16": "images\/logo\/lofi-radio-16.png",
        "32": "images\/logo\/lofi-radio-32.png",
        "48": "images\/logo\/lofi-radio-48.png",
        "128": "images\/logo\/lofi-radio-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "manifest_version": 2
}