Dark Side

An extension that helps you to change any website to dark mode and change the font of any website to your desired font

Dark Sideคืออะไร?

Dark Side เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emmanuel Aina และคุณลักษณะหลักของมันคือ "An extension that helps you to change any website to dark mode and change the font of any website to your desired font"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension helps you to change any website to dark mode and change the font of any website to your desired font                    

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

ชื่อ Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
คำอธิบาย An extension that helps you to change any website to dark mode and change the font of any website to your desired font
ขนาดไฟล์ 21.13 KB
จำนวนการติดตั้ง 819
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2019-09-23
วันที่เผยแพร่ 2019-09-23
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Emmanuel Aina
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Side",
    "version": "1.5",
    "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}