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"
    ]
}