HoofSounds

Listen to pony radio stations 24/7!

¿Qué es HoofSounds?

HoofSounds es una extensión de Chrome desarrollada por https://hoofsounds.little.my, y su función principal es "Listen to pony radio stations 24/7!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HoofSounds

Descarga archivos de extensión HoofSounds en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        HoofSounds lets you listen to a diverse collection of 24/7 pony/brony internet radio, watch brony video streaming and connect them to brony chat.

The majority of the radio stations and video streams are provided by various stations in the Ponyville Live! network, while chat is provided by the Canternet IRC network.

HoofSounds is available for Google Chrome, Firefox and Opera. Get the Firefox version at https://hoofsounds.little.my

Features:
- 14 radio stations (variety and genre-specific)
- 8 video streams
- 9 chat channels
- Get the latest stream info, updated every 20 seconds
- Get notifications when the song changes
- Share songs to Facebook and Twitter

View the HoofSounds changelog to see what’s new: https://hoofsounds.little.my/changelog

https://hoofsounds.little.my
https://www.facebook.com/HoofSounds
https://twitter.com/HoofSounds                    

Información Básica de la Extensión

Nombre HoofSounds HoofSounds
ID pakhjhphleppgakhlffhlfhbekfnobbk
URL Oficial https://chromewebstore.google.com/detail/hoofsounds/pakhjhphleppgakhlffhlfhbekfnobbk
Descripción Listen to pony radio stations 24/7!
Tamaño del Archivo 338 KB
Cantidad de Instalaciones 5,007
Versión Actual 1.641
Última Actualización 2019-04-05
Fecha de Publicación 2019-04-04
Calificación 4.82/5 Total de 375 Calificaciones
Desarrollador https://hoofsounds.little.my
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hoofsounds.little.my
URL de la Página de Ayuda https://hoofsounds.little.my/faq.htm
URL de la Página de Política de Privacidad https://ponyhoof.little.my/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HoofSounds",
    "description": "Listen to pony radio stations 24\/7!",
    "version": "1.641",
    "homepage_url": "https:\/\/hoofsounds.little.my",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49.0.0.0",
    "permissions": [
        "http:\/\/*.little.my\/*",
        "https:\/\/*.little.my\/*",
        "storage",
        "unlimitedStorage",
        "notifications",
        "clipboardWrite",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "include_globs": [
                "https:\/\/hoofsounds.little.my\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/hoofsounds.little.my\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "include_globs": [
                "http:\/\/*.little.my\/*",
                "https:\/\/*.little.my\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*.little.my\/*",
                "https:\/\/*.little.my\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "optional_permissions": [
        "background"
    ],
    "browser_action": {
        "default_icon": {
            "38": "icon38.png"
        },
        "default_title": "HoofSounds",
        "default_popup": "popup.htm"
    },
    "commands": {
        "hoofsounds_stopRadio": {
            "description": "Stop radio"
        },
        "hoofsounds_copyTrackInfo": {
            "description": "Copy song info"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}