Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
Reddit Up/Down Vote Viewerคืออะไร?
Reddit Up/Down Vote Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicholas Currault และคุณลักษณะหลักของมันคือ "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Up/Down Vote Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Up/Down Vote Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | oofcmapinmlnokjjigaojblalakmcohg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg |
| คำอธิบาย | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. |
| ขนาดไฟล์ | 33.46 KB |
| จำนวนการติดตั้ง | 24 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2014-08-03 |
| วันที่เผยแพร่ | 2014-08-03 |
| คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Nicholas Currault |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reddit Up\/Down Vote Viewer",
"description": "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.",
"version": "1.0.1",
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"main.user.js"
],
"matches": [
"http:\/\/reddit.com\/r\/*\/comments\/*\/*",
"http:\/\/www.reddit.com\/r\/*\/comments\/*\/*",
"https:\/\/reddit.com\/r\/*\/comments\/*\/*",
"https:\/\/www.reddit.com\/r\/*\/comments\/*\/*"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true
} | |