Blueswan

sky without annoying numbers.

Co je Blueswan?

Blueswan je rozšíření Chrome vyvinuté kawarimidoll, a jeho hlavní funkcí je „sky without annoying numbers.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Blueswan

Stáhněte si soubory rozšíření Blueswan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Blueswan Blueswan
ID cnenmkcimleaeklmeflfnejicbhndlko
Oficiální URL https://chromewebstore.google.com/detail/blueswan/cnenmkcimleaeklmeflfnejicbhndlko
Popis sky without annoying numbers.
Velikost souboru 15.81 KB
Počet instalací 121
Aktuální Verze 1.6.6
Poslední Aktualizace 2024-01-04
Datum Vydání 2023-04-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář kawarimidoll
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/kawarimidoll/blueswan
URL Stránky Nápovědy https://github.com/kawarimidoll/blueswan/issues
Podporované Jazyky 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"
    ]
}