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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
}