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
官方網址 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"
}