Focus: White Noise & Productivity

Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.

Qu'est-ce que Focus: White Noise & Productivity ?

Focus: White Noise & Productivity est une extension Chrome développée par walter.azvdo, et sa fonction principale est "Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Focus: White Noise & Productivity

Téléchargez les fichiers d'extension Focus: White Noise & Productivity 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

                        Focus: White Noise & Productivity opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.                    

Informations de Base sur l'Extension

Nom Focus: White Noise & Productivity Focus: White Noise & Productivity
ID ehgipfhcgkgeecbgphoeegimccdlpkfh
URL Officiel https://chromewebstore.google.com/detail/focus-white-noise-product/ehgipfhcgkgeecbgphoeegimccdlpkfh
Description Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.
Taille du Fichier 34.35 KB
Nombre d'Installations 531
Version Actuelle 2.0.0
Dernière Mise à Jour 2020-04-28
Date de Publication 2020-04-24
Évaluation 4.00/5 Total 5 Évaluations
Développeur walter.azvdo
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus: White Noise & Productivity",
    "description": "Opens a new tab and plays random white-noise and binaural beats sounds to help you focus on your work or study.",
    "version": "2.0.0",
    "browser_action": {
        "default_icon": "icon_off.png",
        "default_title": "Focus: White Noise & Productivity"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/s.ytimg.com\/*; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}