Clean Up Google Homepage

This extension removes the footer, the About and Store links, and any promotions from the Google homepage.

Clean Up Google Homepage là gì?

Clean Up Google Homepage là một tiện ích mở rộng Chrome được phát triển bởi David Yang, và tính năng chính của nó là "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".

Ả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 Clean Up Google Homepage

Tải xuống các tệp mở rộng Clean Up Google Homepage 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

                        Icon courtesy of https://icons8.com/                    

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

Tên Clean Up Google Homepage Clean Up Google Homepage
ID cjpmgcoeopklmgpemggjigeedeomiaei
URL Chính Thức https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei
Mô tả This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Kích Thước Tệp 4.83 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2018-02-16
Ngày Phát Hành 2018-02-15
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển David Yang
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Up Google Homepage",
    "description": "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.",
    "version": "0.0.0.2",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "page_action": {
        "default_title": "Clean Up Google Homepage"
    }
}