🅱️
Replace the letter B with the 🅱️ emoji everywhere.
Cos'è 🅱️?
🅱️ è un'estensione di Chrome sviluppata da Daniel Ting, e la sua funzione principale è "Replace the letter B with the 🅱️ emoji everywhere.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 🅱️
Scarica i file di estensione 🅱️ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | 🅱️ |
ID | mkndebmieplndmfbaiekpfcinpbbjngj |
URL Ufficiale | https://chromewebstore.google.com/detail/%F0%9F%85%B1%EF%B8%8F/mkndebmieplndmfbaiekpfcinpbbjngj |
Descrizione | Replace the letter B with the 🅱️ emoji everywhere. |
Dimensione del File | 911 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2021-04-22 |
Data di Pubblicazione | 2021-04-11 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Daniel Ting |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/DanielZTing/b |
URL della Pagina di Aiuto | https://github.com/DanielZTing/b/issues |
Lingue Supportate | 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" } } |