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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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;" } |