🅱️
Replace the letter B with the 🅱️ emoji everywhere.
Qu'est-ce que 🅱️ ?
🅱️ est une extension Chrome développée par Daniel Ting, et sa fonction principale est "Replace the letter B with the 🅱️ emoji everywhere.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 🅱️
Téléchargez les fichiers d'extension 🅱️ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | 🅱️ |
ID | mkndebmieplndmfbaiekpfcinpbbjngj |
URL Officiel | https://chromewebstore.google.com/detail/%F0%9F%85%B1%EF%B8%8F/mkndebmieplndmfbaiekpfcinpbbjngj |
Description | Replace the letter B with the 🅱️ emoji everywhere. |
Taille du Fichier | 911 KB |
Nombre d'Installations | 28 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2021-04-22 |
Date de Publication | 2021-04-11 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Daniel Ting |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/DanielZTing/b |
URL de la Page d'Aide | https://github.com/DanielZTing/b/issues |
Langues Prises en Charge | 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" } } |