MyLogo for Google

Change Google Logo into Your Name!

ما هو MyLogo for Google؟

MyLogo for Google هو إضافة Chrome تم تطويرها بواسطة https://gamitisa.com، والميزة الرئيسية لها هي "Change Google Logo into Your Name!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MyLogo for Google

قم بتنزيل ملفات الامتداد MyLogo for Google بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم MyLogo for Google MyLogo for Google
ID camafjgigpbkknfbkbbinffapgpjpnjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/mylogo-for-google/camafjgigpbkknfbkbbinffapgpjpnjl
الوصف Change Google Logo into Your Name!
حجم الملف 33.11 KB
عدد التثبيتات 84
النسخة الحالية 2.2.3
آخر تحديث 2021-08-30
تاريخ النشر 2021-08-16
تقييم 2.00/5 مجموع تقييمات 1
المطور https://gamitisa.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gamitisa.com/
عنوان صفحة المساعدة https://gamitisa.com/contact/
عنوان صفحة سياسة الخصوصية https://gamitisa.com/privacy-policy.php
اللغات المدعومة 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\/"
    ]
}