Turnip's Terrible Theme

Everybody's Favourite Dark Kitsu.io Theme

Turnip's Terrible Themeคืออะไร?

Turnip's Terrible Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TurnipAU และคุณลักษณะหลักของมันคือ "Everybody's Favourite Dark Kitsu.io Theme"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Turnip's Terrible Theme

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

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

                        Everybody's favourite https://Kitsu.io dark theme is back and slightly better than ever before!

This bad boy will eliminate hours of Josh's hardwork into a grayscale and orange abomination... 

So what are you waiting for? Get the best extension now!

(This dark mode follows chrome's accessibility contrast checker in developer tools so everything can be as visible as possible.)                    

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

ชื่อ Turnip's Terrible Theme Turnip's Terrible Theme
ID mkajakggjnpgmnpkcnpjecckpalmacif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/turnips-terrible-theme/mkajakggjnpgmnpkcnpjecckpalmacif
คำอธิบาย Everybody's Favourite Dark Kitsu.io Theme
ขนาดไฟล์ 178 KB
จำนวนการติดตั้ง 157
เวอร์ชันปัจจุบัน 2.2.2
อัปเดตครั้งล่าสุด 2021-05-19
วันที่เผยแพร่ 2020-06-01
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา TurnipAU
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kitsu.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Turnip's Terrible Theme",
    "short_name": "TTT",
    "version": "2.2.2",
    "description": "Everybody's Favourite Dark Kitsu.io Theme",
    "icons": {
        "128": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "style.css",
        "secret.css",
        "codeMirror\/codemirror.css",
        "codeMirror\/themeCM.css",
        "options.js",
        "codeMirror\/codemirror.js",
        "codeMirror\/show-hint.js",
        "codeMirror\/css-hint.js"
    ],
    "permissions": [
        "https:\/\/kitsu.io\/*",
        "http:\/\/kitsu.io\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                "script.js",
                "codeMirror\/codemirror.js",
                "codeMirror\/css-hint.js",
                "codeMirror\/show-hint.js",
                "options.js"
            ],
            "matches": [
                "https:\/\/kitsu.io\/*"
            ]
        }
    ]
}