🅱️
Replace the letter B with the 🅱️ emoji everywhere.
O que é 🅱️?
🅱️ é uma extensão do Chrome desenvolvida por Daniel Ting, e sua principal característica é "Replace the letter B with the 🅱️ emoji everywhere.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 🅱️
Baixe arquivos de extensão 🅱️ 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
A pretty useless extension, to be honest. Side effects may include making long-form information slightly more interesting as well as completely unreadable, turning toxic comments humorous, and mild to severe 🅱️. - Can be disabled for one domain by clicking on the extension icon (to enable it only on whitelisted sites, go to chrome://extensions and change the "Site access" option to "On specific sites" on the extension's details page) - Copying 🅱️-ified text to clipboard will preserve the original text - Works on content fetched dynamically after initial page load - Lightning fast even on the heaviest of pages - Free/libre and open source: zero tracking, telemetry, or phoning home
Informações Básicas da Extensão
Nome | 🅱️ |
ID | mkndebmieplndmfbaiekpfcinpbbjngj |
URL Oficial | https://chromewebstore.google.com/detail/%F0%9F%85%B1%EF%B8%8F/mkndebmieplndmfbaiekpfcinpbbjngj |
Descrição | Replace the letter B with the 🅱️ emoji everywhere. |
Tamanho do Arquivo | 911 KB |
Contagem de Instalações | 28 |
Versão Atual | 2.0 |
Última Atualização | 2021-04-22 |
Data de Publicação | 2021-04-11 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Daniel Ting |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/DanielZTing/b |
URL da Página de Ajuda | https://github.com/DanielZTing/b/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\ud83c\udd71\ufe0f", "description": "Replace the letter B with the \ud83c\udd71\ufe0f emoji everywhere.", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": [], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "mutation-summary.js", "main.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "tabs" ], "icons": { "128": ".\/assets\/b.png" } } |