Freshhh

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

Что такое Freshhh?

Freshhh - это расширение Chrome, разработанное Neucode, и его основная функция - "Get an alert when a fresh new hip hop track drops.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Freshhh

Скачайте файлы расширений Freshhh в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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;"
}