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
Eメール [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"
    ]
}