Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

ما هو Logo remove and hide tool 1.0؟

Logo remove and hide tool 1.0 هو إضافة Chrome تم تطويرها بواسطة https://opticlus.com، والميزة الرئيسية لها هي "Focus on what matters and hide logos with this easy tool".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Logo remove and hide tool 1.0

قم بتنزيل ملفات الامتداد Logo remove and hide tool 1.0 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension ensures that the logos of popular websites such as Google, YouTube, LinkedIn, Instagram and many more. be kept hidden. There logos cause distraction in short, they are completely unnecessary and that is why you can disable them by just installing this small and simple extension. And last and perhaps most annoying thing, done with unnecessary Google doodles.

Questions? Suggestions? [email protected]                    

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

الاسم Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
عنوان URL الرسمي https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
الوصف Focus on what matters and hide logos with this easy tool
حجم الملف 381 KB
عدد التثبيتات 59
النسخة الحالية 1.0
آخر تحديث 2022-01-12
تاريخ النشر 2022-01-12
تقييم 1.50/5 مجموع تقييمات 2
المطور https://opticlus.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://opticlus.com/
عنوان صفحة المساعدة https://opticlus.com/contacts-creative/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Logo remove and hide tool 1.0",
    "description": "Focus on what matters and hide logos with this easy tool",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": []
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "options_page": "options.html"
}