Strava Filter
Strava filter for filtering rides less then given kilometers. You can filter bicycle rides with given kilometers restriction or run…
Strava Filterとは何ですか?
Strava Filterはfut33vによって開発されたChromeの拡張機能で、その主な機能は「Strava filter for filtering rides less then given kilometers. You can filter bicycle rides with given kilometers restriction or run…」です。
拡張機能のスクリーンショット
Strava Filter拡張機能のCRXファイルをダウンロード
Strava Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Strava filter for filtering rides less then given kilometers. You can filter bicycle rides with given kilometers restriction or run activities. Also you can club cards or challenge cards.
拡張機能の基本情報
名前 | Strava Filter |
ID | hececciiocefefcdafapmdbgcaanmakn |
公式URL | https://chromewebstore.google.com/detail/strava-filter/hececciiocefefcdafapmdbgcaanmakn |
説明 | Strava filter for filtering rides less then given kilometers. You can filter bicycle rides with given kilometers restriction or run… |
ファイルサイズ | 6.67 KB |
インストール数 | 98 |
現在のバージョン | 0.229 |
最終更新日 | 2021-11-02 |
公開日 | 2020-09-10 |
評価 | 3.25/5 合計 4 レビュー |
開発者 | fut33v |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/fut33v/strava-filter |
ヘルプページのURL | https://t.me/fut33v |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strava Filter", "permissions": [ "storage" ], "version": "0.229", "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/dashboard", "https:\/\/www.strava.com\/dashboard\/following\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html" } } |