Freshhh

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

Freshhh क्या है?

Freshhh Neucode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get an alert when a fresh new hip hop track drops."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Freshhh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Freshhh Freshhh
ID lfmpjfiaamohbamfgjlnmhogcclnpdhd
आधिकारिक URL https://chromewebstore.google.com/detail/freshhh/lfmpjfiaamohbamfgjlnmhogcclnpdhd
विवरण Get an alert when a fresh new hip hop track drops.
फ़ाइल का आकार 153 KB
स्थापना संख्या 813
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-04-20
प्रकाशन तिथि 2017-04-19
रेटिंग 4.73/5 कुल 74 रेटिंग्स
डेवलपर Neucode
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://neucode.com.au
समर्थित भाषाएँ 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;"
}