ADV+
Provides some useful tools for use with advrider.com.
Qu'est-ce que ADV+ ?
ADV+ est une extension Chrome développée par Jesse Evers, et sa fonction principale est "Provides some useful tools for use with advrider.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ADV+
Téléchargez les fichiers d'extension ADV+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | ADV+ |
ID | flbdgjbbgdnpfdmgbpldccikmaojbobb |
URL Officiel | https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb |
Description | Provides some useful tools for use with advrider.com. |
Taille du Fichier | 38.7 KB |
Nombre d'Installations | 201 |
Version Actuelle | 1.11 |
Dernière Mise à Jour | 2023-12-25 |
Date de Publication | 2018-12-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Jesse Evers |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |