Freshhh

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

Freshhh란 무엇입니까?

Freshhh은(는) Neucode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get an alert when a fresh new hip hop track drops."입니다.

확장 프로그램 스크린샷

screenshot

Freshhh 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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;"
}