MyLogo for Google

Change Google Logo into Your Name!

What is MyLogo for Google?

MyLogo for Google is a Chrome extension developed by https://gamitisa.com, and its main feature is "Change Google Logo into Your Name!".

Extension Screenshots

screenshot
screenshot
screenshot

Download MyLogo for Google Extension CRX File

Download MyLogo for Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MyLogo for Google MyLogo for Google
ID camafjgigpbkknfbkbbinffapgpjpnjl
Official URL https://chromewebstore.google.com/detail/mylogo-for-google/camafjgigpbkknfbkbbinffapgpjpnjl
Description Change Google Logo into Your Name!
File Size 33.11 KB
Installation Count 84
Current Version 2.2.3
Last Updated 2021-08-30
Publish Date 2021-08-16
Rating 2.00/5 Total 1 Ratings
Developer https://gamitisa.com
Email [email protected]
Payment Type free
Extension Website https://gamitisa.com/
Help Page URL https://gamitisa.com/contact/
Privacy Policy Page URL https://gamitisa.com/privacy-policy.php
Supported Languages 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\/"
    ]
}