Freshhh
Get an alert when a fresh new hip hop track drops.
What is Freshhh?
Freshhh is a Chrome extension developed by Neucode, and its main feature is "Get an alert when a fresh new hip hop track drops.".
Extension Screenshots
Download Freshhh Extension CRX File
Download Freshhh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Freshhh |
ID | lfmpjfiaamohbamfgjlnmhogcclnpdhd |
Official URL | https://chromewebstore.google.com/detail/freshhh/lfmpjfiaamohbamfgjlnmhogcclnpdhd |
Description | Get an alert when a fresh new hip hop track drops. |
File Size | 153 KB |
Installation Count | 813 |
Current Version | 1.0.1 |
Last Updated | 2017-04-20 |
Publish Date | 2017-04-19 |
Rating | 4.73/5 Total 74 Ratings |
Developer | Neucode |
Payment Type | free |
Extension Website | http://neucode.com.au |
Supported Languages | 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;" } |