Noise Generator

Generate noise to help you ______.

Cos'è Noise Generator?

Noise Generator è un'estensione di Chrome sviluppata da https://georgemike.com, e la sua funzione principale è "Generate noise to help you ______.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Noise Generator

Scarica i file di estensione Noise Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Generates soothing brown noise to help you focus. 
Generates soothing white noise to help you sleep.
Generates soothing pink noise to help you ______.

...but also:
• Pomodoro Timers

Updated: May 2023                    

Informazioni di Base sull'Estensione

Nome Noise Generator Noise Generator
ID fnkehfbnlkommkgoeoimnmejbgpkglpn
URL Ufficiale https://chromewebstore.google.com/detail/noise-generator/fnkehfbnlkommkgoeoimnmejbgpkglpn
Descrizione Generate noise to help you ______.
Dimensione del File 361 KB
Conteggio Installazioni 167
Versione Corrente 1.0.9
Ultimo Aggiornamento 2023-05-02
Data di Pubblicazione 2022-10-04
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore https://georgemike.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://georgemike.com/
URL della Pagina di Aiuto https://georgemike.com/
URL della Pagina della Politica sulla Privacy https://www.georgemike.com/chrome/privacypolicy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.9",
    "name": "Noise Generator",
    "short_name": "Noise Generator",
    "description": "Generate noise to help you ______.",
    "homepage_url": "https:\/\/georgemike.com",
    "icons": {
        "34": "img\/icon-diamond-34.png",
        "128": "img\/icon-diamond-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "optional_permissions": [
        "alarms",
        "notifications"
    ],
    "action": {
        "default_title": "Noise Generator"
    }
}