Blueswan

sky without annoying numbers.

Cos'è Blueswan?

Blueswan è un'estensione di Chrome sviluppata da kawarimidoll, e la sua funzione principale è "sky without annoying numbers.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Blueswan

Scarica i file di estensione Blueswan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Blueswan Blueswan
ID cnenmkcimleaeklmeflfnejicbhndlko
URL Ufficiale https://chromewebstore.google.com/detail/blueswan/cnenmkcimleaeklmeflfnejicbhndlko
Descrizione sky without annoying numbers.
Dimensione del File 15.81 KB
Conteggio Installazioni 121
Versione Corrente 1.6.6
Ultimo Aggiornamento 2024-01-04
Data di Pubblicazione 2023-04-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kawarimidoll
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kawarimidoll/blueswan
URL della Pagina di Aiuto https://github.com/kawarimidoll/blueswan/issues
Lingue Supportate 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"
    ]
}