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
Eメール [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"
}