Blueswan

sky without annoying numbers.

什么是Blueswan?

Blueswan是由kawarimidoll开发的Chrome扩展程序,该扩展的主要功能是“sky without annoying numbers.”。

扩展截图

screenshot
screenshot
screenshot

下载Blueswan扩展crx文件

下载Blueswan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}