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