Return Tweet Source Label & Bird icon
This extention will show source label on twitter again.
O que é Return Tweet Source Label & Bird icon?
Return Tweet Source Label & Bird icon é uma extensão do Chrome desenvolvida por https://irucabot.com, e sua principal característica é "This extention will show source label on twitter again.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Return Tweet Source Label & Bird icon
Baixe arquivos de extensão Return Tweet Source Label & Bird icon 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 extention will show source label on twitter again. In addition, the Twitter bird logo will be restored.
Informações Básicas da Extensão
Nome | Return Tweet Source Label & Bird icon |
ID | mhkngabolhbckfjpmjclhockpdclfppc |
URL Oficial | https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc |
Descrição | This extention will show source label on twitter again. |
Tamanho do Arquivo | 15.75 KB |
Contagem de Instalações | 1,784 |
Versão Atual | 1.2.0 |
Última Atualização | 2024-02-12 |
Data de Publicação | 2022-12-20 |
Classificação | 4.42/5 Total de 12 Avaliações |
Desenvolvedor | https://irucabot.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Return Tweet Source Label & Bird icon", "description": "__MSG_Description__", "manifest_version": 3, "version": "1.2.0", "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "host_permissions": [ "https:\/\/*.twitter.com\/*" ], "default_locale": "en", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "browser_specific_settings": { "gecko": { "id": "{4801724c-9d0a-48fc-b663-86400e45f940}" } } } |