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.”。
擴展截圖
下載Freshhh擴展crx文件
下載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 |
ID | lfmpjfiaamohbamfgjlnmhogcclnpdhd |
官方網址 | 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;" } |