chrome-usercss-hogashi

usercss for each site

chrome-usercss-hogashi là gì?

chrome-usercss-hogashi là một tiện ích mở rộng Chrome được phát triển bởi hogashi, và tính năng chính của nó là "usercss for each site".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng chrome-usercss-hogashi

Tải xuống các tệp mở rộng chrome-usercss-hogashi 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

                        UserCSS をサイトごとに挿入する拡張機能です。サイトは hostname ごとに区別され、それぞれのサイトにそれぞれの UserCSS を設定できます。
利用に責任を負いません。他人から渡された信用できないコードは入力しないでください。                    

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

Tên chrome-usercss-hogashi chrome-usercss-hogashi
ID bddeakjniijkggfocbdngafgdjkljkje
URL Chính Thức https://chromewebstore.google.com/detail/chrome-usercss-hogashi/bddeakjniijkggfocbdngafgdjkljkje
Mô tả usercss for each site
Kích Thước Tệp 1.67 MB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2022-01-16
Ngày Phát Hành 2020-12-26
Nhà Phát Triển hogashi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hogashi.hatenablog.com
URL Trang Chính Sách Bảo Mật https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "chrome-usercss-hogashi",
    "version": "0.4.1",
    "description": "usercss for each site",
    "author": "hogashi",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "chrome-usercss-hogashi",
        "default_popup": "popup.html"
    },
    "options_page": "popup.html"
}