Reddit Under 100
Highlights threads that contain under 100 comments. Toggle with ~ key.
Reddit Under 100คืออะไร?
Reddit Under 100 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.clayburngriffin.com และคุณลักษณะหลักของมันคือ "Highlights threads that contain under 100 comments. Toggle with ~ key."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Under 100
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Under 100 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple plugin that highlights Reddit threads that have fewer than 100 comments. Use the ~ key to toggle highlighting on and off. Updated to work with New and Old Reddit alike. (Option to use Q as toggle key like Version 1.0). You can send feedback to @Clayburn on Twitter. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gockmhepknafokmfmpdkdmffnleaddmd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-under-100/gockmhepknafokmfmpdkdmffnleaddmd |
| คำอธิบาย | Highlights threads that contain under 100 comments. Toggle with ~ key. |
| ขนาดไฟล์ | 13.37 KB |
| จำนวนการติดตั้ง | 14 |
| เวอร์ชันปัจจุบัน | 2.0 |
| อัปเดตครั้งล่าสุด | 2023-07-20 |
| วันที่เผยแพร่ | 2016-07-13 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://www.clayburngriffin.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://www.clayburngriffin.com/under100 |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddit Under 100",
"description": "Highlights threads that contain under 100 comments. Toggle with ~ key.",
"version": "2.0",
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"js": [
"under.js"
],
"run_at": "document_end"
}
],
"icons": {
"128": "icon.png"
},
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"manifest_version": 3
} | |