WebExtension.net
WebExtension.net

HN post comments sorted

View on Chrome Web Store
View HN post comments sorted Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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
2 users
artemave
View author page of artemave
Published
Published on December 20, 2023
Version 1.3
Manifest version
3
Updated
Updated on February 1, 2024
View on Chrome Web Store
View HN post comments sorted Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

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\/"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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