Tesla Forum Enhancement Suite

Browser extension for enhancing the Tesla Forum.

Tesla Forum Enhancement Suite là gì?

Tesla Forum Enhancement Suite là một tiện ích mở rộng Chrome được phát triển bởi bdrathburn, và tính năng chính của nó là "Browser extension for enhancing the Tesla Forum.".

Tải xuống tệp CRX của tiện ích mở rộng Tesla Forum Enhancement Suite

Tải xuống các tệp mở rộng Tesla Forum Enhancement Suite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tesla Forum Enhancement Suite Tesla Forum Enhancement Suite
ID hkbifhpnajcifmkpgmbnhkfipjbkbfcl
URL Chính Thức https://chromewebstore.google.com/detail/tesla-forum-enhancement-s/hkbifhpnajcifmkpgmbnhkfipjbkbfcl
Mô tả Browser extension for enhancing the Tesla Forum.
Kích Thước Tệp 7.72 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2016-09-18
Ngày Phát Hành 2016-09-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển bdrathburn
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}