ADV+

Provides some useful tools for use with advrider.com.

Wat is ADV+?

ADV+ is een Chrome-extensie ontwikkeld door Jesse Evers, en de belangrijkste functie is "Provides some useful tools for use with advrider.com.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ADV+

Download ADV+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam ADV+ ADV+
ID flbdgjbbgdnpfdmgbpldccikmaojbobb
Officiële URL https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb
Beschrijving Provides some useful tools for use with advrider.com.
Bestandsgrootte 38.7 KB
Aantal Installaties 201
Huidige Versie 1.11
Laatst Bijgewerkt 2023-12-25
Publicatiedatum 2018-12-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jesse Evers
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}