Freshhh

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

Was ist Freshhh?

Freshhh ist eine Chrome-Erweiterung, die von Neucode entwickelt wurde, und ihr Hauptmerkmal ist "Get an alert when a fresh new hip hop track drops.".

Erweiterungsscreenshots

screenshot

Freshhh-Erweiterungs-CRX-Datei herunterladen

Laden Sie Freshhh-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Freshhh Freshhh
ID lfmpjfiaamohbamfgjlnmhogcclnpdhd
Offizielle URL https://chromewebstore.google.com/detail/freshhh/lfmpjfiaamohbamfgjlnmhogcclnpdhd
Beschreibung Get an alert when a fresh new hip hop track drops.
Dateigröße 153 KB
Installationsanzahl 813
Aktuelle Version 1.0.1
Letztes Update 2017-04-20
Veröffentlichungsdatum 2017-04-19
Bewertung 4.73/5 Insgesamt 74 Bewertungen
Entwickler Neucode
Zahlungsart free
Erweiterungswebsite http://neucode.com.au
Unterstützte Sprachen 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;"
}