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 là gì?

Logo remove and hide tool 1.0 là một tiện ích mở rộng Chrome được phát triển bởi https://opticlus.com, và tính năng chính của nó là "Focus on what matters and hide logos with this easy tool".

Ả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 Logo remove and hide tool 1.0

Tải xuống các tệp mở rộng Logo remove and hide tool 1.0 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

                        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]                    

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

Tên Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
URL Chính Thức https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Mô tả Focus on what matters and hide logos with this easy tool
Kích Thước Tệp 381 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-01-12
Ngày Phát Hành 2022-01-12
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://opticlus.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://opticlus.com/
URL Trang Trợ Giúp https://opticlus.com/contacts-creative/
Ngôn Ngữ Được Hỗ Trợ 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"
}