Noisli

Your digital place for focus. Listen to background sounds to mask annoying noises and help you focus while you work, study or relax.

Hvad er Noisli?

Noisli er en Chrome-udvidelse udviklet af https://noisli.com, og dens hovedfunktion er "Your digital place for focus. Listen to background sounds to mask annoying noises and help you focus while you work, study or relax.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Noisli-udvidelses-CRX-fil

Download Noisli-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        With Noisli you can create and listen to your own personal sound environment in order to help you focus on your tasks, reduce stress, and to help you relax or simply wind down after a stressful day.
Join almost a million other users that use Noisli to be their little companion throughout their day.

The Noisli chrome extension enables you to have quick and easy access to the main functionalities and features of Noisli.com.

Features:
✔ Get inspired by our curated Playlists
✔ Quickly access and play your Favorite Combos
✔ Timer to work in sessions (advanced features for Pro and Business users only)
✔ Master volume control
✔ Easily share your Combos with your friends and co-workers
✔ Shuffle and Oscillation (Pro and Business users only)
✔ Unlimited streaming (Pro and Business users only)
✔ Completed sessions are added to your daily Timer stats (visible on Noisli.com)

See our pricing for the Pro and Business plan (https://www.noisli.com/pricing)

———
By using this extension, you agree to Noisli’s Terms & Privacy (https://about.noisli.com/terms)                    

Grundlæggende oplysninger om udvidelsen

Navn Noisli Noisli
ID klejemegaoblahjdpcajmpcnjjmkmkkf
Officiel URL https://chromewebstore.google.com/detail/noisli/klejemegaoblahjdpcajmpcnjjmkmkkf
Beskrivelse Your digital place for focus. Listen to background sounds to mask annoying noises and help you focus while you work, study or relax.
Filstørrelse 2.64 MB
Antal Installationer 183,224
Nuværende Version 2.0.4
Senest Opdateret 2020-11-21
Udgivelsesdato 2020-02-16
Bedømmelse 4.14/5 Samlet 813 Bedømmelser
Udvikler https://noisli.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.noisli.com
Hjælpeside-URL https://support.noisli.com
URL til Fortrolighedspolitik Side https://about.noisli.com/terms
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noisli",
    "author": "Noisli.com",
    "version": "2.0.4",
    "description": "Your digital place for focus. Listen to background sounds to mask annoying noises and help you focus while you work, study or relax.",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "Noisli",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "cookies",
        "https:\/\/www.noisli.com\/"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "fonts\/*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-yMe7VxlzSP7BnVQz16gqjvmhlnYzWUsfHx\/U8ft93Fo=' https:\/\/www.google-analytics.com; object-src 'self'"
}