Custom sites

create a website style

Custom sites là gì?

Custom sites là một tiện ích mở rộng Chrome được phát triển bởi akimovivan355, và tính năng chính của nó là "create a website style".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom sites

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

                        the application allows you to customize the interface of google and youtube. Select separate colors for the text of the background links using the full RGB palette for each site separately, the colors can be reset if necessary                    

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

Tên Custom sites Custom sites
ID hiadibhippamgikegbcbfagpalmfoonh
URL Chính Thức https://chromewebstore.google.com/detail/custom-sites/hiadibhippamgikegbcbfagpalmfoonh
Mô tả create a website style
Kích Thước Tệp 45.04 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2023-01-24
Ngày Phát Hành 2021-09-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển akimovivan355
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom sites",
    "description": "create a website style",
    "version": "4.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "image 3.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*.google.com\/"
    ]
}