Tesla Forum Enhancement Suite

Browser extension for enhancing the Tesla Forum.

Tesla Forum Enhancement Suiteคืออะไร?

Tesla Forum Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bdrathburn และคุณลักษณะหลักของมันคือ "Browser extension for enhancing the Tesla Forum."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tesla Forum Enhancement Suite

ดาวน์โหลดไฟล์ส่วนขยาย Tesla Forum Enhancement Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tesla Forum Enhancement Suite Tesla Forum Enhancement Suite
ID hkbifhpnajcifmkpgmbnhkfipjbkbfcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tesla-forum-enhancement-s/hkbifhpnajcifmkpgmbnhkfipjbkbfcl
คำอธิบาย Browser extension for enhancing the Tesla Forum.
ขนาดไฟล์ 7.72 KB
จำนวนการติดตั้ง 180
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2016-09-18
วันที่เผยแพร่ 2016-09-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา bdrathburn
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        ]
    }
}