ADV+
Provides some useful tools for use with advrider.com.
Vad är ADV+?
ADV+ är en Chrome-tillägg utvecklad av Jesse Evers, och dess huvudfunktion är "Provides some useful tools for use with advrider.com.".
Tilläggsskärmbilder
Ladda ner ADV+-förlängningens CRX-fil
Ladda ner ADV+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | ADV+ |
ID | flbdgjbbgdnpfdmgbpldccikmaojbobb |
Officiell webbadress | https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb |
Beskrivning | Provides some useful tools for use with advrider.com. |
Filstorlek | 38.7 KB |
Antal Installationer | 201 |
Aktuell Version | 1.11 |
Senast Uppdaterad | 2023-12-25 |
Publiceringsdatum | 2018-12-03 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Jesse Evers |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |