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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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;" } |