ADV+
Provides some useful tools for use with advrider.com.
ADV+ क्या है?
ADV+ Jesse Evers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides some useful tools for use with advrider.com."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ADV+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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+ |
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" ] } |