ADV+

Provides some useful tools for use with advrider.com.

Что такое ADV+?

ADV+ - это расширение Chrome, разработанное Jesse Evers, и его основная функция - "Provides some useful tools for use with advrider.com.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ADV+

Скачайте файлы расширений 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+ ADV+
ID flbdgjbbgdnpfdmgbpldccikmaojbobb
Официальный URL 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"
    ]
}