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 |
电子邮箱 | [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" ] } |