9gag Nightmode

This extension grants the power of the darkside to your pc-master race rigg!

9gag Nightmodeคืออะไร?

9gag Nightmode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fillfey และคุณลักษณะหลักของมันคือ "This extension grants the power of the darkside to your pc-master race rigg!"

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

screenshot
screenshot

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

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

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

                        The dark side is brought to the PC master race!

Never again shall your eyes be harmed by the painful light!


NOTE: this is the first version of the extension, more features will be added!
if you find something that you think is wrong/should be improved feel free to send me an email or a private message on 9gag! user:fillfey                    

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

ชื่อ 9gag Nightmode 9gag Nightmode
ID ngmiplaolgcbgbamiiebenabpcgddbef
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef
คำอธิบาย This extension grants the power of the darkside to your pc-master race rigg!
ขนาดไฟล์ 3.66 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-09-24
วันที่เผยแพร่ 2016-09-24
คะแนน 3.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา fillfey
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Nightmode",
    "description": "This extension grants the power of the darkside to your pc-master race rigg!",
    "version": "1.0",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "nightmode.js"
            ],
            "matches": [
                "http:\/\/9gag.com\/*"
            ]
        }
    ]
}