ADV+

Provides some useful tools for use with advrider.com.

ADV+ là gì?

ADV+ là một tiện ích mở rộng Chrome được phát triển bởi Jesse Evers, và tính năng chính của nó là "Provides some useful tools for use with advrider.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ADV+

Tải xuống các tệp mở rộng ADV+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ADV+ ADV+
ID flbdgjbbgdnpfdmgbpldccikmaojbobb
URL Chính Thức https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb
Mô tả Provides some useful tools for use with advrider.com.
Kích Thước Tệp 38.7 KB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2023-12-25
Ngày Phát Hành 2018-12-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jesse Evers
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}