ADV+
Provides some useful tools for use with advrider.com.
ADV+とは何ですか?
ADV+はJesse Eversによって開発されたChromeの拡張機能で、その主な機能は「Provides some useful tools for use with advrider.com.」です。
拡張機能のスクリーンショット
ADV+拡張機能のCRXファイルをダウンロード
ADV+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ADV+ allows users of advrider.com to make it so that in a given thread, only the posts by the original author of the thread are visible. It also makes it possible to fix common formatting issues. If you have any issues, please just let me know! If you're using this, you probably have an account on ADVRider. I can be found at jlevers on ADVRider, or at jesse[at]jesseevers[dot]com. Happy Riding!
拡張機能の基本情報
名前 | ADV+ |
ID | flbdgjbbgdnpfdmgbpldccikmaojbobb |
公式URL | https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb |
説明 | Provides some useful tools for use with advrider.com. |
ファイルサイズ | 38.7 KB |
インストール数 | 201 |
現在のバージョン | 1.11 |
最終更新日 | 2023-12-25 |
公開日 | 2018-12-03 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Jesse Evers |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ADV+", "description": "Provides some useful tools for use with advrider.com.", "version": "1.11", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.advrider.com\/f\/threads\/*" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ], "permissions": [ "activeTab", "storage" ] } |