ADV+

Provides some useful tools for use with advrider.com.

Apa itu ADV+?

ADV+ adalah ekstensi Chrome yang dikembangkan oleh Jesse Evers, dan fitur utamanya adalah "Provides some useful tools for use with advrider.com.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ADV+

Unduh file ekstensi ADV+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama ADV+ ADV+
ID flbdgjbbgdnpfdmgbpldccikmaojbobb
URL Resmi https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb
Deskripsi Provides some useful tools for use with advrider.com.
Ukuran File 38.7 KB
Jumlah Instalasi 201
Versi Saat Ini 1.11
Terakhir Diperbarui 2023-12-25
Tanggal Publikasi 2018-12-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Jesse Evers
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}