Blueswan

sky without annoying numbers.

Blueswan là gì?

Blueswan là một tiện ích mở rộng Chrome được phát triển bởi kawarimidoll, và tính năng chính của nó là "sky without annoying numbers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blueswan

Tải xuống các tệp mở rộng Blueswan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blueswan Blueswan
ID cnenmkcimleaeklmeflfnejicbhndlko
URL Chính Thức https://chromewebstore.google.com/detail/blueswan/cnenmkcimleaeklmeflfnejicbhndlko
Mô tả sky without annoying numbers.
Kích Thước Tệp 15.81 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 1.6.6
Cập Nhật Lần Cuối 2024-01-04
Ngày Phát Hành 2023-04-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kawarimidoll
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kawarimidoll/blueswan
URL Trang Trợ Giúp https://github.com/kawarimidoll/blueswan/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}