Tesla Forum Enhancement Suite
Browser extension for enhancing the Tesla Forum.
Qu'est-ce que Tesla Forum Enhancement Suite ?
Tesla Forum Enhancement Suite est une extension Chrome développée par bdrathburn, et sa fonction principale est "Browser extension for enhancing the Tesla Forum.".
Télécharger le fichier CRX de l'extension Tesla Forum Enhancement Suite
Téléchargez les fichiers d'extension Tesla Forum Enhancement Suite 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
(Formerly Tesla Forum Personal Blocklist) This extension is used as an enhancement to the official Tesla forum site. To block/hide a users posts: When viewing a thread where the user has posted highlight the desired username on the post Right click Click on "Hide posts from user" The posts from the user should be hidden immediately. Your personal blocklist should sync across chrome sessions if you are signed in on multiple machines. To view or clear block list use the options screen for the extension page. This extension also includes a number of visual enhancements including a search bar, 1st post link, comment link, and other css tweaks to improve usability and readability of the forum. Thanks to JeffreyR from the Tesla Forum for his continued contribution to this project.
Informations de Base sur l'Extension
Nom | Tesla Forum Enhancement Suite |
ID | hkbifhpnajcifmkpgmbnhkfipjbkbfcl |
URL Officiel | https://chromewebstore.google.com/detail/tesla-forum-enhancement-s/hkbifhpnajcifmkpgmbnhkfipjbkbfcl |
Description | Browser extension for enhancing the Tesla Forum. |
Taille du Fichier | 7.72 KB |
Nombre d'Installations | 180 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2016-09-18 |
Date de Publication | 2016-09-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | bdrathburn |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tesla Forum Enhancement Suite", "version": "1.0.4", "description": "Browser extension for enhancing the Tesla Forum.", "permissions": [ "contextMenus", "storage" ], "options_page": "options.html", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/forums.tesla.com\/*" ] } ], "background": { "scripts": [ "background.js" ] } } |