WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HN post comments sorted

HN post comments sorted

View on Chrome Web Store
View HN post comments sorted Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
10 views
This extension has been viewed 10 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.

Sort HN post comments by date.
Type
Extension
Users
1 users
1
artemave
View author page of artemave
Published
Published on December 20, 2023
Version 1.3
Manifest version
3
Updated
Updated on February 1, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View HN post comments sorted 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",
    "name": "HN post comments sorted",
    "version": "1.3",
    "icons": {
        "48": "logo_48.png",
        "96": "logo_96.png",
        "128": "logo_128.png"
    },
    "description": "Sort HN post comments by date.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/hn.algolia.com\/"
    ]
}
© 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