ADV+

Provides some useful tools for use with advrider.com.

Cos'è ADV+?

ADV+ è un'estensione di Chrome sviluppata da Jesse Evers, e la sua funzione principale è "Provides some useful tools for use with advrider.com.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ADV+

Scarica i file di estensione ADV+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome ADV+ ADV+
ID flbdgjbbgdnpfdmgbpldccikmaojbobb
URL Ufficiale https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb
Descrizione Provides some useful tools for use with advrider.com.
Dimensione del File 38.7 KB
Conteggio Installazioni 201
Versione Corrente 1.11
Ultimo Aggiornamento 2023-12-25
Data di Pubblicazione 2018-12-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Jesse Evers
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}