Remove twitter login blocker

Removes the annoying Twitter log in/sign up blocker, which prevents the use of Twitter without an account.

Apa itu Remove twitter login blocker?

Remove twitter login blocker adalah ekstensi Chrome yang dikembangkan oleh BeniNovakDev, dan fitur utamanya adalah "Removes the annoying Twitter log in/sign up blocker, which prevents the use of Twitter without an account.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Remove twitter login blocker

Unduh file ekstensi Remove twitter login blocker 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

                        Enables browsing twitter without account or being logged in --- a "feature" that was introduced sometime in the summer of 2021. It does this by hiding the annoying "Log in / Sign up" prompt when it pops up. When it hides the popup it will also hide the blue banner on the bottom of the screen, which is there to also convince you to login, and the "enable cookies" prompt. Made for people who only occasionally use twitter to check on a specific account for updates and the like.

This extension might not work properly if used when logged in.

Icon for the extension provided by SVG Repo - - https://www.svgrepo.com/                    

Informasi Dasar Ekstensi

Nama Remove twitter login blocker Remove twitter login blocker
ID gbhahioefeljhgjpkpicielemekceafn
URL Resmi https://chromewebstore.google.com/detail/remove-twitter-login-bloc/gbhahioefeljhgjpkpicielemekceafn
Deskripsi Removes the annoying Twitter log in/sign up blocker, which prevents the use of Twitter without an account.
Ukuran File 23.39 KB
Jumlah Instalasi 2,414
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-03-30
Tanggal Publikasi 2022-03-28
Penilaian 3.36/5 Total 11 Penilaian
Pengembang BeniNovakDev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove twitter login blocker",
    "version": "1.0",
    "description": "Removes the annoying Twitter log in\/sign up blocker, which prevents the use of Twitter without an account.",
    "icons": {
        "16": "icon-small.png",
        "48": "icon-medium.png",
        "96": "icon-big.png",
        "128": "icon-default.png"
    },
    "author": "Benjamin Luka Novak",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}