Reddit Hide Votes

Hide vote counts

Reddit Hide Votesคืออะไร?

Reddit Hide Votes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deejdesigns.com และคุณลักษณะหลักของมันคือ "Hide vote counts"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Hide Votes

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

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

                        Hide vote counts on reddit.                    

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

ชื่อ Reddit Hide Votes Reddit Hide Votes
ID nmcaldfaheeenocpfcejfgbhlbpahmhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-hide-votes/nmcaldfaheeenocpfcejfgbhlbpahmhe
คำอธิบาย Hide vote counts
ขนาดไฟล์ 96.7 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.0.12
อัปเดตครั้งล่าสุด 2017-01-15
วันที่เผยแพร่ 2017-01-15
คะแนน 3.25/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://deejdesigns.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Hide Votes",
    "description": "Hide vote counts",
    "version": "0.0.12",
    "author": "DeejDesigns.com",
    "web_accessible_resources": [
        "\/scripts\/jquery-1.10.1.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/script.js"
            ],
            "css": [
                "\/styles\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}