🅱️
Replace the letter B with the 🅱️ emoji everywhere.
🅱️란 무엇입니까?
🅱️은(는) Daniel Ting에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the letter B with the 🅱️ emoji everywhere."입니다.
확장 프로그램 스크린샷
🅱️ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | 🅱️ |
ID | mkndebmieplndmfbaiekpfcinpbbjngj |
공식 URL | https://chromewebstore.google.com/detail/%F0%9F%85%B1%EF%B8%8F/mkndebmieplndmfbaiekpfcinpbbjngj |
설명 | Replace the letter B with the 🅱️ emoji everywhere. |
파일 크기 | 911 KB |
설치 횟수 | 28 |
현재 버전 | 2.0 |
최근 업데이트 | 2021-04-22 |
출시 날짜 | 2021-04-11 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Daniel Ting |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/DanielZTing/b |
도움말 페이지 URL | https://github.com/DanielZTing/b/issues |
지원되는 언어 | 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" } } |