Freshhh

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

Qu'est-ce que Freshhh ?

Freshhh est une extension Chrome développée par Neucode, et sa fonction principale est "Get an alert when a fresh new hip hop track drops.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Freshhh

Téléchargez les fichiers d'extension Freshhh 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

                        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.                    

Informations de Base sur l'Extension

Nom Freshhh Freshhh
ID lfmpjfiaamohbamfgjlnmhogcclnpdhd
URL Officiel https://chromewebstore.google.com/detail/freshhh/lfmpjfiaamohbamfgjlnmhogcclnpdhd
Description Get an alert when a fresh new hip hop track drops.
Taille du Fichier 153 KB
Nombre d'Installations 813
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-04-20
Date de Publication 2017-04-19
Évaluation 4.73/5 Total 74 Évaluations
Développeur Neucode
Type de Paiement free
Site Web de l'Extension http://neucode.com.au
Langues Prises en Charge 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;"
}