Turnip's Terrible Theme

Everybody's Favourite Dark Kitsu.io Theme

Turnip's Terrible Theme là gì?

Turnip's Terrible Theme là một tiện ích mở rộng Chrome được phát triển bởi TurnipAU, và tính năng chính của nó là "Everybody's Favourite Dark Kitsu.io Theme".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Turnip's Terrible Theme

Tải xuống các tệp mở rộng Turnip's Terrible Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Turnip's Terrible Theme Turnip's Terrible Theme
ID mkajakggjnpgmnpkcnpjecckpalmacif
URL Chính Thức https://chromewebstore.google.com/detail/turnips-terrible-theme/mkajakggjnpgmnpkcnpjecckpalmacif
Mô tả Everybody's Favourite Dark Kitsu.io Theme
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2021-05-19
Ngày Phát Hành 2020-06-01
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển TurnipAU
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kitsu.io
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}