Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Apa itu Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 adalah ekstensi Chrome yang dikembangkan oleh https://opticlus.com, dan fitur utamanya adalah "Focus on what matters and hide logos with this easy tool".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Logo remove and hide tool 1.0

Unduh file ekstensi Logo remove and hide tool 1.0 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
URL Resmi https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Deskripsi Focus on what matters and hide logos with this easy tool
Ukuran File 381 KB
Jumlah Instalasi 59
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-01-12
Tanggal Publikasi 2022-01-12
Penilaian 1.50/5 Total 2 Penilaian
Pengembang https://opticlus.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://opticlus.com/
URL Halaman Bantuan https://opticlus.com/contacts-creative/
Bahasa yang Didukung 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"
}