Strava feed filter
Hide virtual rides, commutes and other cruft from Activity Feed.
Strava feed filterとは何ですか?
Strava feed filterはyembleによって開発されたChromeの拡張機能で、その主な機能は「Hide virtual rides, commutes and other cruft from Activity Feed.」です。
拡張機能のスクリーンショット
Strava feed filter拡張機能のCRXファイルをダウンロード
Strava feed filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Optionally hide virtual (eg trainer) activities, commutes and other cruft from the activity feed. 2021-09-08 Updated for recent markup changes.
拡張機能の基本情報
名前 | |
ID | apgekmclgmnmpmbpofncpclmladojgbf |
公式URL | https://chrome.google.com/webstore/detail/apgekmclgmnmpmbpofncpclmladojgbf |
説明 | Hide virtual rides, commutes and other cruft from Activity Feed. |
ファイルサイズ | 44.71 KB |
インストール数 | 172 |
現在のバージョン | 2.4.2 |
最終更新日 | 2021-09-09 |
公開日 | 2017-10-16 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | yemble |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/yemble/chrome-strava-filter |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strava feed filter", "description": "Hide virtual rides, commutes and other cruft from Activity Feed.", "version": "2.4.2", "permissions": [ "storage" ], "icons": { "128": "strava2-f1.128px.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "js": [ "jquery-3.1.1.min.js", "app.js" ], "matches": [ "*:\/\/www.strava.com\/dashboard", "*:\/\/www.strava.com\/dashboard?*", "*:\/\/www.strava.com\/dashboard\/*" ] } ] } |