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是由https://opticlus.com开发的Chrome扩展程序,该扩展的主要功能是“Focus on what matters and hide logos with this easy tool”。

扩展截图

screenshot
screenshot
screenshot

下载Logo remove and hide tool 1.0扩展crx文件

下载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"
}