Google Logo Replacement Extension

This extension will replace the new Google logo and favicon with the old ones.

Google Logo Replacement Extension là gì?

Google Logo Replacement Extension là một tiện ích mở rộng Chrome được phát triển bởi mackayapps858, và tính năng chính của nó là "This extension will replace the new Google logo and favicon with the old ones.".

Ả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 Google Logo Replacement Extension

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

                                            

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

Tên Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
URL Chính Thức https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Mô tả This extension will replace the new Google logo and favicon with the old ones.
Kích Thước Tệp 4.89 KB
Số Lần Cài Đặt 495
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-09-05
Ngày Phát Hành 2015-09-05
Đánh Giá 1.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển mackayapps858
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": "Google Logo Replacement Extension",
    "description": "This extension will replace the new Google logo and favicon with the old ones.",
    "version": "1.0",
    "author": "Byron Mackay",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}