Freshhh

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

Freshhh là gì?

Freshhh là một tiện ích mở rộng Chrome được phát triển bởi Neucode, và tính năng chính của nó là "Get an alert when a fresh new hip hop track drops.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Freshhh

Tải xuống các tệp mở rộng Freshhh dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Freshhh Freshhh
ID lfmpjfiaamohbamfgjlnmhogcclnpdhd
URL Chính Thức https://chromewebstore.google.com/detail/freshhh/lfmpjfiaamohbamfgjlnmhogcclnpdhd
Mô tả Get an alert when a fresh new hip hop track drops.
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 813
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-04-20
Ngày Phát Hành 2017-04-19
Đánh Giá 4.73/5 Tổng số 74 Đánh Giá
Nhà Phát Triển Neucode
Loại Thanh Toán free
Trang Web Mở Rộng http://neucode.com.au
Ngôn Ngữ Được Hỗ Trợ 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;"
}