WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bluesky to Nightlight

Bluesky to Nightlight

View on Chrome Web Store
View Bluesky to Nightlight Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
4 views
This extension has been viewed 4 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Adds a button to Bluesky which lets you repost posts directly to Nightlight with proper attribution.
Type
Extension
Users
2 users
1
Website night-light.cz
iten**************
View author page of iten**************
Published
Published on January 22, 2025
Version 1.0
Manifest version
3
Updated
Updated on January 22, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bluesky to Nightlight Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bluesky to Nightlight",
    "version": "1.0",
    "description": "Adds a button to Bluesky which lets you repost posts directly to Nightlight with proper attribution.",
    "homepage_url": "https:\/\/github.com\/iTenerai\/bluesky-to-nightlight",
    "icons": {
        "38": "assets\/38.png",
        "128": "assets\/128.png"
    },
    "permissions": [
        "cookies",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/night-light.cz\/*",
        "https:\/\/bsky.app\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bsky.app\/*",
                "https:\/\/night-light.cz\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/logo_monochrome.png"
            ],
            "matches": [
                "https:\/\/bsky.app\/*",
                "https:\/\/night-light.cz\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top