Remove Blue Check Users and Twitter Ads

Free tool to make Twitter a better place.

O que é Remove Blue Check Users and Twitter Ads?

Remove Blue Check Users and Twitter Ads é uma extensão do Chrome desenvolvida por Richard Miller, e sua principal característica é "Free tool to make Twitter a better place.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Remove Blue Check Users and Twitter Ads

Baixe arquivos de extensão Remove Blue Check Users and Twitter Ads no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Twitter is increasingly becoming a difficult place to navigate, with a mix of verified blue check users, unverified people that paid $8 to get a blue check, and accounts impersonating other accounts, due to Twitter's failed verification process.

This app solves all of these problems by hiding all tweets from blue checked accounts. It also hides all ads and promoted tweets so that you can enjoy a social network with normal people, rather than advertisers, paid accounts, celebrities, and impersonated celebrities.                    

Informações Básicas da Extensão

Nome Remove Blue Check Users and Twitter Ads Remove Blue Check Users and Twitter Ads
ID jojdeobknljcmmmgpcgbanaeomajkiio
URL Oficial https://chrome.google.com/webstore/detail/remove-blue-check-users-a/jojdeobknljcmmmgpcgbanaeomajkiio
Descrição Free tool to make Twitter a better place.
Tamanho do Arquivo 12.39 KB
Contagem de Instalações 141
Versão Atual 1.0
Última Atualização 2022-11-09
Data de Publicação 2022-11-09
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Richard Miller
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Blue Check Users and Twitter Ads",
    "short_name": "Hide Blue Checks Users",
    "description": "Free tool to make Twitter a better place.",
    "version": "1.0",
    "action": {
        "default_icon": "remove-blue-checks-48.png",
        "default_title": "Blue Check Remover"
    },
    "icons": {
        "16": "remove-blue-checks-16.png",
        "48": "remove-blue-checks-48.png",
        "128": "remove-blue-checks-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}