Blueswan
sky without annoying numbers.
Blueswan란 무엇입니까?
Blueswan은(는) kawarimidoll에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "sky without annoying numbers."입니다.
확장 프로그램 스크린샷
Blueswan 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension removes annoying numbers from Bluesky. - In posts - replies - reposts - likes - In profile - followers - following - posts - In sidebar - notifications - In notifications-list - details You can choose to show them, show them on hover, or hide them. Storage permission is required to save settings.
확장 프로그램 기본 정보
이름 | Blueswan |
ID | cnenmkcimleaeklmeflfnejicbhndlko |
공식 URL | https://chromewebstore.google.com/detail/blueswan/cnenmkcimleaeklmeflfnejicbhndlko |
설명 | sky without annoying numbers. |
파일 크기 | 15.81 KB |
설치 횟수 | 121 |
현재 버전 | 1.6.6 |
최근 업데이트 | 2024-01-04 |
출시 날짜 | 2023-04-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | kawarimidoll |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/kawarimidoll/blueswan |
도움말 페이지 URL | https://github.com/kawarimidoll/blueswan/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Blueswan", "author": "kawarimidoll", "version": "1.6.6", "description": "sky without annoying numbers.", "content_scripts": [ { "matches": [ "https:\/\/bsky.app\/*", "https:\/\/staging.bsky.app\/*" ], "js": [ ".\/scripts\/common.js", ".\/scripts\/content_scripts.js" ], "css": [ ".\/styles\/content_scripts.css" ] } ], "icons": { "16": ".\/images\/blueswan-16.png", "128": ".\/images\/blueswan-128.png" }, "action": { "default_icon": { "16": ".\/images\/blueswan-16.png", "128": ".\/images\/blueswan-128.png" }, "default_popup": ".\/pages\/popup.html" }, "permissions": [ "storage" ] } |