Tesla Forum Enhancement Suite

Browser extension for enhancing the Tesla Forum.

Wat is Tesla Forum Enhancement Suite?

Tesla Forum Enhancement Suite is een Chrome-extensie ontwikkeld door bdrathburn, en de belangrijkste functie is "Browser extension for enhancing the Tesla Forum.".

Download het CRX-bestand van de extensie Tesla Forum Enhancement Suite

Download Tesla Forum Enhancement Suite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        (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.                    

Basisinformatie over de Extensie

Naam Tesla Forum Enhancement Suite Tesla Forum Enhancement Suite
ID hkbifhpnajcifmkpgmbnhkfipjbkbfcl
Officiële URL https://chromewebstore.google.com/detail/tesla-forum-enhancement-s/hkbifhpnajcifmkpgmbnhkfipjbkbfcl
Beschrijving Browser extension for enhancing the Tesla Forum.
Bestandsgrootte 7.72 KB
Aantal Installaties 180
Huidige Versie 1.0.4
Laatst Bijgewerkt 2016-09-18
Publicatiedatum 2016-09-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar bdrathburn
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}