MyLogo for Google

Change Google Logo into Your Name!

MyLogo for Google là gì?

MyLogo for Google là một tiện ích mở rộng Chrome được phát triển bởi https://gamitisa.com, và tính năng chính của nó là "Change Google Logo into Your Name!".

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

screenshot
screenshot
screenshot

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

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

                        With this Extension, Google Logo can be replaced with Custom Text Logo in Google Homepage and Search Result Page.                    

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

Tên MyLogo for Google MyLogo for Google
ID camafjgigpbkknfbkbbinffapgpjpnjl
URL Chính Thức https://chromewebstore.google.com/detail/mylogo-for-google/camafjgigpbkknfbkbbinffapgpjpnjl
Mô tả Change Google Logo into Your Name!
Kích Thước Tệp 33.11 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 2.2.3
Cập Nhật Lần Cuối 2021-08-30
Ngày Phát Hành 2021-08-16
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://gamitisa.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gamitisa.com/
URL Trang Trợ Giúp https://gamitisa.com/contact/
URL Trang Chính Sách Bảo Mật https://gamitisa.com/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyLogo for Google",
    "version": "2.2.3",
    "description": "Change Google Logo into Your Name!",
    "author": "Gamitisa",
    "homepage_url": "https:\/\/gamitisa.com",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_title": "Google MyLogo",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/",
                "https:\/\/www.google.com\/?*",
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.com\/webhp*"
            ],
            "js": [
                "mylogo.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": false
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "https:\/\/www.google.com\/"
    ]
}