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 |
官方網址 | 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" ] } |