ADV+

Provides some useful tools for use with advrider.com.

What is ADV+?

ADV+ is a Chrome extension developed by Jesse Evers, and its main feature is "Provides some useful tools for use with advrider.com.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ADV+ Extension CRX File

Download ADV+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name ADV+ ADV+
ID flbdgjbbgdnpfdmgbpldccikmaojbobb
Official URL https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb
Description Provides some useful tools for use with advrider.com.
File Size 38.7 KB
Installation Count 201
Current Version 1.11
Last Updated 2023-12-25
Publish Date 2018-12-03
Rating 5.00/5 Total 2 Ratings
Developer Jesse Evers
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}