Freshhh

Get an alert when a fresh new hip hop track drops.

¿Qué es Freshhh?

Freshhh es una extensión de Chrome desarrollada por Neucode, y su función principal es "Get an alert when a fresh new hip hop track drops.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Freshhh

Descarga archivos de extensión Freshhh 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

                        Never miss out on a new hip hop track or video again.
You'll get around 4 notifications a day in the corner of your browser.

UPCOMING FEATURES
-----------------------
• Hide notifications from specific artists
• Select how many notifications you would like a day

Want to suggest a feature? Follow https://twitter.com/freshhhapp
Special shout out to hiphopheads.com and the HipHopHeads community.

Enjoy this extension? Leave a rating in the Chrome store.                    

Información Básica de la Extensión

Nombre Freshhh Freshhh
ID lfmpjfiaamohbamfgjlnmhogcclnpdhd
URL Oficial https://chromewebstore.google.com/detail/freshhh/lfmpjfiaamohbamfgjlnmhogcclnpdhd
Descripción Get an alert when a fresh new hip hop track drops.
Tamaño del Archivo 153 KB
Cantidad de Instalaciones 813
Versión Actual 1.0.1
Última Actualización 2017-04-20
Fecha de Publicación 2017-04-19
Calificación 4.73/5 Total de 74 Calificaciones
Desarrollador Neucode
Tipo de Pago free
Sitio Web de la Extensión http://neucode.com.au
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "Freshhh",
    "manifest_version": 2,
    "description": "Get an alert when a fresh new hip hop track drops.",
    "browser_action": {
        "default_title": "Freshhh",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/www.google-analytics.com; connect-src https:\/\/www.reddit.com; style-src * 'unsafe-inline'; img-src 'self' data: https:\/\/www.google-analytics.com https:\/\/stats.g.doubleclick.net;"
}