Real Twitter Verifier

Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts

O que é Real Twitter Verifier?

Real Twitter Verifier é uma extensão do Chrome desenvolvida por easytwitterverifies, e sua principal característica é "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Real Twitter Verifier

Baixe arquivos de extensão Real Twitter Verifier 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 all over the internet these days and everyone can get an access to verify their account with paid blue check. With the help of this extension any user can verify whether that account is genuinely verified or paid for verification. 

Here is how to use Real Twitter Verifier:
>>Get the Extension and add it to your browser
>>Visit any twitter profile or browse through your feed
>>It will show the "Verified" tag for genuine accounts
>>Then you will notice a label "Paid" for subscribed accounts                    

Informações Básicas da Extensão

Nome Real Twitter Verifier Real Twitter Verifier
ID ilodkaidiippiakjnjmeclaaodgeocli
URL Oficial https://chromewebstore.google.com/detail/real-twitter-verifier/ilodkaidiippiakjnjmeclaaodgeocli
Descrição Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts
Tamanho do Arquivo 154 KB
Contagem de Instalações 1,154
Versão Atual 0.0.3
Última Atualização 2023-04-05
Data de Publicação 2022-11-22
Classificação 4.00/5 Total de 19 Avaliações
Desenvolvedor easytwitterverifies
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.3",
    "name": "Real Twitter Verifier",
    "description": "Officially verifies Twitter accounts with Paid blue ticks and Genuine accounts",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": "twitter-128.png"
    },
    "icons": {
        "128": "twitter-128.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}