STRAVINI

Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.

STRAVINI là gì?

STRAVINI là một tiện ích mở rộng Chrome được phát triển bởi stravini.extension, và tính năng chính của nó là "Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng STRAVINI

Tải xuống các tệp mở rộng STRAVINI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên STRAVINI STRAVINI
ID ilogdlddgndehmpabkafohhfapaopgkd
URL Chính Thức https://chrome.google.com/webstore/detail/stravini/ilogdlddgndehmpabkafohhfapaopgkd
Mô tả Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.
Kích Thước Tệp 44.32 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.0.1.30
Cập Nhật Lần Cuối 2019-06-26
Ngày Phát Hành 2019-06-26
Đánh Giá 4.63/5 Tổng số 24 Đánh Giá
Nhà Phát Triển stravini.extension
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}