DarkReddit

Dark theme for reddit

DarkRedditคืออะไร?

DarkReddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manzieric และคุณลักษณะหลักของมันคือ "Dark theme for reddit"

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

                        Dark theme for browsing reddit                    

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

ชื่อ DarkReddit DarkReddit
ID dbokdalmabgohpiainkccbfpobgjechg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/darkreddit/dbokdalmabgohpiainkccbfpobgjechg
คำอธิบาย Dark theme for reddit
ขนาดไฟล์ 17.28 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2016-09-12
วันที่เผยแพร่ 2016-09-11
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา manzieric
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DarkReddit",
    "description": "Dark theme for reddit",
    "version": "0.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/",
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}