ADV+

Provides some useful tools for use with advrider.com.

Co to jest ADV+?

ADV+ to rozszerzenie Chrome opracowane przez Jesse Evers, a jego główną funkcją jest „Provides some useful tools for use with advrider.com.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ADV+

Pobierz pliki rozszerzeń ADV+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa ADV+ ADV+
ID flbdgjbbgdnpfdmgbpldccikmaojbobb
Oficjalny URL https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb
Opis Provides some useful tools for use with advrider.com.
Rozmiar pliku 38.7 KB
Liczba instalacji 201
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2023-12-25
Data Publikacji 2018-12-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Jesse Evers
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}