STRAVINI
Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.
ما هو STRAVINI؟
STRAVINI هو إضافة Chrome تم تطويرها بواسطة stravini.extension، والميزة الرئيسية لها هي "Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة STRAVINI
قم بتنزيل ملفات الامتداد STRAVINI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features: - Clean interface: multiple activities fit one screen - Light and Fast - Chronological sorting or by Strava algorithm - Filter out promotional messages, posts, challenges, club notifications, Zwift rides, short rides from the feed - The activity description, if present, is visible directly in the feed - Sharper font The new version of Strava UI tends to be slow on my machine. This extension is made so that everyone can enjoy Strava, even without a powerful device.
معلومات أساسية عن التمديد
الاسم | |
ID | ilogdlddgndehmpabkafohhfapaopgkd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/stravini/ilogdlddgndehmpabkafohhfapaopgkd |
الوصف | Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience. |
حجم الملف | 44.32 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 0.0.1.30 |
آخر تحديث | 2019-06-26 |
تاريخ النشر | 2019-06-26 |
تقييم | 4.63/5 مجموع تقييمات 24 |
المطور | stravini.extension |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "STRAVINI", "description": "Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.", "version": "0.0.1.30", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "storage", "webRequest", "*:\/\/www.strava.com\/dashboard", "webRequestBlocking" ], "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/*" ], "css": [ "stravini.css" ], "js": [ "jquery-3.2.1.min.js", "jquery.initialize.min.js", "stravini.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] } } |