Twitter account detector
This extension offers a quick way to show all twitter accounts from the page its on.
O que é Twitter account detector?
Twitter account detector é uma extensão do Chrome desenvolvida por https://stapps.io, e sua principal característica é "This extension offers a quick way to show all twitter accounts from the page its on.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter account detector
Baixe arquivos de extensão Twitter account detector 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
This extension helps you find Twitter/X accounts for the page its on so you can contact or follow them easily. Unofficial extension. Feel free to contribute with code or ideas: https://github.com/stilliard/Twitter-detector
Informações Básicas da Extensão
Nome | Twitter account detector |
ID | papcdbgfejihdinhieggiamjnkclhkck |
URL Oficial | https://chromewebstore.google.com/detail/twitter-account-detector/papcdbgfejihdinhieggiamjnkclhkck |
Descrição | This extension offers a quick way to show all twitter accounts from the page its on. |
Tamanho do Arquivo | 988 KB |
Contagem de Instalações | 1,247 |
Versão Atual | 3.0 |
Última Atualização | 2023-12-05 |
Data de Publicação | 2020-03-17 |
Classificação | 4.64/5 Total de 14 Avaliações |
Desenvolvedor | https://stapps.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/stilliard/Twitter-detector |
URL da Página de Ajuda | https://github.com/stilliard/Twitter-detector |
URL da Página de Política de Privacidade | https://twitter.com/en/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter account detector", "description": "This extension offers a quick way to show all twitter accounts from the page its on.", "version": "3.0", "action": { "browser_style": true, "default_icon": { "16": "images\/icon-16x16.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |