Whitenoisefy

White noise for you!.

ما هو Whitenoisefy؟

Whitenoisefy هو إضافة Chrome تم تطويرها بواسطة Israel Perales، والميزة الرئيسية لها هي "White noise for you!.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Whitenoisefy

قم بتنزيل ملفات الامتداد Whitenoisefy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Es un generador de ruido blanco, se describe como una señal de sonido que contiene todas las frecuencias y estas son de la misma potencia y se dice podría tener los siguientes beneficios:

- Aumenta el enfoque mientras mejora la privacidad
- Ayuda a dormir bloqueando las distracciones
- Relaja a los bebés.
- Relaja y reduce el estrés.
- Calma los dolores de cabeza y las migrañas
- Máscaras de tinnitus (zumbido de las orejas)

¿Tiene contraindicaciones?
No realmente, a menos de que el volumen sea tan alto que pueda afectar la audición                    

معلومات أساسية عن التمديد

الاسم Whitenoisefy Whitenoisefy
ID ajhngnoepmkjnglolfehdoihcoljpjhg
عنوان URL الرسمي https://chromewebstore.google.com/detail/whitenoisefy/ajhngnoepmkjnglolfehdoihcoljpjhg
الوصف White noise for you!.
حجم الملف 933 KB
عدد التثبيتات 88
النسخة الحالية 1.5.0
آخر تحديث 2023-12-28
تاريخ النشر 2019-10-16
تقييم 3.67/5 مجموع تقييمات 3
المطور Israel Perales
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.israel-perales.com/politica-de-privacidad-para-whitenoisefy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whitenoisefy",
    "version": "1.5.0",
    "description": "White noise for you!.",
    "icons": {
        "16": "icons\/icon-16.png",
        "22": "icons\/icon-22.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content_scripts\/whitenoisefy.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Whitenoisefy",
        "default_popup": "popup\/index.html"
    },
    "commands": {
        "play-white-noise": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Play white noise"
        },
        "play-pink-noise": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Play pink noise"
        },
        "play-brown-noise": {
            "suggested_key": {
                "default": "Alt+B"
            },
            "description": "Play brown noise"
        },
        "stop-noise": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Stop noise"
        }
    }
}